Html Css Color HEX #04DAA8 Caribbean Green

📋 copy color: '#04DAA8'

red 4 ◦ green 218 ◦ blue 168

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

Shades of Caribbean Green #04DAA8

Tints of Caribbean Green #04DAA8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.9%

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

R = 1.03%
G = 55.9%
B = 43.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#04DAA8 (or 0x04DAA8) is known color: Caribbean Green. HEX triplet: 04, DA and A8. RGB value is (4,218,168). Sum of RGB (Red+Green+Blue) = 4+218+168=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #04DAA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DAA8 is #FB2557. Grayscale: #949494. Windows color (decimal): -16459096 or 11065860. OLE color: 11065860.

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

Color convert

RGB 4 218 168 -
CMYK 0.98 0 0.23 0.15
HSL 165.98º 0.96% 0.44% -
HSV(B) 165.98º 0.98% 0.85% -
XYZ 32.19 53 45.58 -
YUV 148.31 139.1 25.07 -
System Red Green Blue C M Y K H S L
Decimal 4 218 168 0.98 0 0.23 0.15 165.98 0.96 0.44
Hex 4 DA A8 62 0 17 F A6 60 2C
Octal 4 332 250 142 0 27 17 246 140 54
Binary 100 11011010 10101000 1100010 0 10111 1111 10100110 1100000 101100

Color Harmonies of #04DAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DAA8

Black with #04DAA8

Text Example


Text Example

White with #04DAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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