Html Css Color HEX #04D29A Caribbean Green

📋 copy color: '#04D29A'

red 4 ◦ green 210 ◦ blue 154

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

Shades of Caribbean Green #04D29A

Tints of Caribbean Green #04D29A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.07%

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 1.09%
G = 57.07%
B = 41.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#04D29A (or 0x04D29A) is known color: Caribbean Green. HEX triplet: 04, D2 and 9A. RGB value is (4,210,154). Sum of RGB (Red+Green+Blue) = 4+210+154=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #04D29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D29A is #FB2D65. Grayscale: #8E8E8E. Windows color (decimal): -16461158 or 10146308. OLE color: 10146308.

HSL color Cylindrical-coordinate representation of color #04D29A: hue angle of 163.69º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D29A is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 210 154 -
CMYK 0.98 0 0.27 0.18
HSL 163.69º 0.96% 0.42% -
HSV(B) 163.69º 0.98% 0.82% -
XYZ 28.93 48.45 38.4 -
YUV 142.02 134.75 29.55 -
System Red Green Blue C M Y K H S L
Decimal 4 210 154 0.98 0 0.27 0.18 163.69 0.96 0.42
Hex 4 D2 9A 62 0 1B 12 A4 60 2A
Octal 4 322 232 142 0 33 22 244 140 52
Binary 100 11010010 10011010 1100010 0 11011 10010 10100100 1100000 101010

Color Harmonies of #04D29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D29A

Black with #04D29A

Text Example


Text Example

White with #04D29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,210,154); }

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

background-color css

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

 a { background-color: rgb(4,210,154); }

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

border-color css

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

 span { border-color: rgb(4,210,154); }

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