Html Css Color HEX #04DDA4 Caribbean Green

📋 copy color: '#04DDA4'

red 4 ◦ green 221 ◦ blue 164

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

Shades of Caribbean Green #04DDA4

Tints of Caribbean Green #04DDA4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.81%

 BLUE value IS 164 (64.45% from 255) = 42.16%

R = 1.03%
G = 56.81%
B = 42.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#04DDA4 (or 0x04DDA4) is known color: Caribbean Green. HEX triplet: 04, DD and A4. RGB value is (4,221,164). Sum of RGB (Red+Green+Blue) = 4+221+164=389 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DDA4 is #FB225B. Grayscale: #959595. Windows color (decimal): -16458332 or 10804484. OLE color: 10804484.

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

Color convert

RGB 4 221 164 -
CMYK 0.98 0 0.26 0.13
HSL 164.24º 0.96% 0.44% -
HSV(B) 164.24º 0.98% 0.87% -
XYZ 32.61 54.42 43.91 -
YUV 149.62 136.11 24.13 -
System Red Green Blue C M Y K H S L
Decimal 4 221 164 0.98 0 0.26 0.13 164.24 0.96 0.44
Hex 4 DD A4 62 0 1A D A4 60 2C
Octal 4 335 244 142 0 32 15 244 140 54
Binary 100 11011101 10100100 1100010 0 11010 1101 10100100 1100000 101100

Color Harmonies of #04DDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDA4

Black with #04DDA4

Text Example


Text Example

White with #04DDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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