#04DE9F

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

Shades of Caribbean Green #04DE9F

Tints of Caribbean Green #04DE9F

Color information

#04DE9F (or 0x04DE9F) is unknown color: approx Caribbean Green. HEX triplet: 04, DE and 9F. RGB value is (4,222,159). Sum of RGB (Red+Green+Blue) = 4+222+159=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #04DE9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DE9F is #FB2160. Grayscale: #959595. Windows color (decimal): -16458081 or 10477060. OLE color: 10477060.

HSL color Cylindrical-coordinate representation of color #04DE9F: hue angle of 162.66º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DE9F is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB4222159-
CMYK0.9800.280.13
HSL162.66º96.46%44.31%-
HSV(B)162.66º98.2%87.06%-
XYZ32.4354.7741.66-
YUV149.64133.2824.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 222 (87.11% from 255) = 57.66%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=1.04%
G=57.66%
B=41.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42221590.9800.280.13162.6696.4644.31
Hex4DE9F6201CDa3602c
Octal43362371420341524314054
Binary100110111101001111111000100111001101101000111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,222,159); }

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

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

 a { background-color: rgb(4,222,159); }

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

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

 span { border-color: rgb(4,222,159); }

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