#38CBA1

Color #38CBA1 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38CBA1

Tints of Shamrock #38CBA1

Color information

#38CBA1 (or 0x38CBA1) is unknown color: approx Shamrock. HEX triplet: 38, CB and A1. RGB value is (56,203,161). Sum of RGB (Red+Green+Blue) = 56+203+161=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #38CBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CBA1 is #C7345E. Grayscale: #9A9A9A. Windows color (decimal): -13055071 or 10603320. OLE color: 10603320.

HSL color Cylindrical-coordinate representation of color #38CBA1: hue angle of 162.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CBA1 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB56203161-
CMYK0.7200.210.20
HSL162.86º58.57%50.78%-
HSV(B)162.86º72.41%79.61%-
XYZ29.4246.1341.07-
YUV154.26131.857.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 13.33%
GREEN value IS 203 (79.69% from 255) = 48.33%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=13.33%
G=48.33%
B=38.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal562031610.7200.210.20162.8658.5750.78
Hex38CBA14801514a33b33
Octal70313241110025242437363
Binary111000110010111010000110010000101011010010100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38CBA1; }

 p { color: rgb(56,203,161); }

 H1.HeaderClassName
 {
   color: #38CBA1;
 }
 .AnyTagClassName
 {
   color: #38CBA1;
 }
</style>
background-color css

<style>
 a { background-color: #38CBA1; }

 a { background-color: rgb(56,203,161); }

 div.DivClassName
 {
   background-color: #38CBA1;
 }
 .BgClassName
 {
   background-color: #38CBA1;
 }
</style>
border-color css

<style>
 span { border-color: #38CBA1; }

 span { border-color: rgb(56,203,161); }

 td.TdClassName
 {
   border-color: #38CBA1;
 }
 .TagClassName
 {
   border-color: #38CBA1;
 }
</style>