Html Css Color HEX #04A29E Persian Green

📋 copy color: '#04A29E'

red 4 ◦ green 162 ◦ blue 158

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

Shades of Persian Green #04A29E

Tints of Persian Green #04A29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.77%

R = 1.23%
G = 50%
B = 48.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#04A29E (or 0x04A29E) is known color: Persian Green. HEX triplet: 04, A2 and 9E. RGB value is (4,162,158). Sum of RGB (Red+Green+Blue) = 4+162+158=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #04A29E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A29E is #FB5D61. Grayscale: #727272. Windows color (decimal): -16473442 or 10396164. OLE color: 10396164.

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

Color convert

RGB 4 162 158 -
CMYK 0.98 0 0.02 0.36
HSL 178.48º 0.95% 0.33% -
HSV(B) 178.48º 0.98% 0.64% -
XYZ 19.14 28.34 36.81 -
YUV 114.3 152.65 49.33 -
System Red Green Blue C M Y K H S L
Decimal 4 162 158 0.98 0 0.02 0.36 178.48 0.95 0.33
Hex 4 A2 9E 62 0 2 24 B2 5F 21
Octal 4 242 236 142 0 2 44 262 137 41
Binary 100 10100010 10011110 1100010 0 10 100100 10110010 1011111 100001

Color Harmonies of #04A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A29E

Black with #04A29E

Text Example


Text Example

White with #04A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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