#06C48E

Color #06C48E Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #06C48E

Tints of Caribbean Green #06C48E

Color information

#06C48E (or 0x06C48E) is unknown color: approx Caribbean Green. HEX triplet: 06, C4 and 8E. RGB value is (6,196,142). Sum of RGB (Red+Green+Blue) = 6+196+142=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #06C48E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C48E is #F93B71. Grayscale: #858585. Windows color (decimal): -16333682 or 9356294. OLE color: 9356294.

HSL color Cylindrical-coordinate representation of color #06C48E: hue angle of 162.95º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C48E is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB6196142-
CMYK0.9700.280.23
HSL162.95º94.06%39.61%-
HSV(B)162.95º96.94%76.86%-
XYZ24.741.4732.29-
YUV133.03133.0537.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.74%
GREEN value IS 196 (76.95% from 255) = 56.98%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=1.74%
G=56.98%
B=41.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61961420.9700.280.23162.9594.0639.61
Hex6C48E6101C17a35e28
Octal63042161410342724313650
Binary1101100010010001110110000101110010111101000111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06C48E; }

 p { color: rgb(6,196,142); }

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

<style>
 a { background-color: #06C48E; }

 a { background-color: rgb(6,196,142); }

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

<style>
 span { border-color: #06C48E; }

 span { border-color: rgb(6,196,142); }

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