#04D6A4

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

Shades of Caribbean Green #04D6A4

Tints of Caribbean Green #04D6A4

Color information

#04D6A4 (or 0x04D6A4) is unknown color: approx Caribbean Green. HEX triplet: 04, D6 and A4. RGB value is (4,214,164). Sum of RGB (Red+Green+Blue) = 4+214+164=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #04D6A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D6A4 is #FB295B. Grayscale: #919191. Windows color (decimal): -16460124 or 10802692. OLE color: 10802692.

HSL color Cylindrical-coordinate representation of color #04D6A4: hue angle of 165.71º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D6A4 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB4214164-
CMYK0.9800.230.16
HSL165.71º96.33%42.75%-
HSV(B)165.71º98.13%83.92%-
XYZ30.850.843.3-
YUV145.51138.4327.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.05%
GREEN value IS 214 (83.98% from 255) = 56.02%
BLUE value IS 164 (64.45% from 255) = 42.93%
R=1.05%
G=56.02%
B=42.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal42141640.9800.230.16165.7196.3342.75
Hex4D6A46201710a6602b
Octal43262441420272024614053
Binary1001101011010100100110001001011110000101001101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04D6A4; }

 p { color: rgb(4,214,164); }

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

<style>
 a { background-color: #04D6A4; }

 a { background-color: rgb(4,214,164); }

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

<style>
 span { border-color: #04D6A4; }

 span { border-color: rgb(4,214,164); }

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