Html Css Color HEX #04DEA8 Caribbean Green

📋 copy color: '#04DEA8'

red 4 ◦ green 222 ◦ blue 168

#04DEA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #04DEA8

Tints of Caribbean Green #04DEA8

RGB

 RED value IS 4 (1.95% from 255) = 1.02%

 GREEN value IS 222 (87.11% from 255) = 56.35%

 BLUE value IS 168 (66.02% from 255) = 42.64%

R = 1.02%
G = 56.35%
B = 42.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#04DEA8 (or 0x04DEA8) is known color: Caribbean Green. HEX triplet: 04, DE and A8. RGB value is (4,222,168). Sum of RGB (Red+Green+Blue) = 4+222+168=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #04DEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DEA8 is #FB2157. Grayscale: #969696. Windows color (decimal): -16458072 or 11066884. OLE color: 11066884.

HSL color Cylindrical-coordinate representation of color #04DEA8: hue angle of 165.14º 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 #04DEA8 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 222 168 -
CMYK 0.98 0 0.24 0.13
HSL 165.14º 0.96% 0.44% -
HSV(B) 165.14º 0.98% 0.87% -
XYZ 33.24 55.1 45.93 -
YUV 150.66 137.78 23.39 -
System Red Green Blue C M Y K H S L
Decimal 4 222 168 0.98 0 0.24 0.13 165.14 0.96 0.44
Hex 4 DE A8 62 0 18 D A5 60 2C
Octal 4 336 250 142 0 30 15 245 140 54
Binary 100 11011110 10101000 1100010 0 11000 1101 10100101 1100000 101100

Color Harmonies of #04DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DEA8

Black with #04DEA8

Text Example


Text Example

White with #04DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04DEA8;
 }
 .AnyTagClassName
 {
   color: #04DEA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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