Html Css Color HEX #04A29C Persian Green

📋 copy color: '#04A29C'

red 4 ◦ green 162 ◦ blue 156

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

Shades of Persian Green #04A29C

Tints of Persian Green #04A29C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.31%

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 1.24%
G = 50.31%
B = 48.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#04A29C (or 0x04A29C) is known color: Persian Green. HEX triplet: 04, A2 and 9C. RGB value is (4,162,156). Sum of RGB (Red+Green+Blue) = 4+162+156=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #04A29C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A29C is #FB5D63. Grayscale: #717171. Windows color (decimal): -16473444 or 10265092. OLE color: 10265092.

HSL color Cylindrical-coordinate representation of color #04A29C: hue angle of 177.72º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A29C is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 162 156 -
CMYK 0.98 0 0.04 0.36
HSL 177.72º 0.95% 0.33% -
HSV(B) 177.72º 0.98% 0.64% -
XYZ 18.97 28.27 35.91 -
YUV 114.07 151.65 49.49 -
System Red Green Blue C M Y K H S L
Decimal 4 162 156 0.98 0 0.04 0.36 177.72 0.95 0.33
Hex 4 A2 9C 62 0 4 24 B2 5F 21
Octal 4 242 234 142 0 4 44 262 137 41
Binary 100 10100010 10011100 1100010 0 100 100100 10110010 1011111 100001

Color Harmonies of #04A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A29C

Black with #04A29C

Text Example


Text Example

White with #04A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,162,156); }

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

background-color css

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

 a { background-color: rgb(4,162,156); }

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

border-color css

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

 span { border-color: rgb(4,162,156); }

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