Html Css Color HEX #04A29D Persian Green

📋 copy color: '#04A29D'

red 4 ◦ green 162 ◦ blue 157

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

Shades of Persian Green #04A29D

Tints of Persian Green #04A29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 1.24%
G = 50.15%
B = 48.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#04A29D (or 0x04A29D) is known color: Persian Green. HEX triplet: 04, A2 and 9D. RGB value is (4,162,157). Sum of RGB (Red+Green+Blue) = 4+162+157=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #04A29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A29D is #FB5D62. Grayscale: #727272. Windows color (decimal): -16473443 or 10330628. OLE color: 10330628.

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

Color convert

RGB 4 162 157 -
CMYK 0.98 0 0.03 0.36
HSL 178.1º 0.95% 0.33% -
HSV(B) 178.1º 0.98% 0.64% -
XYZ 19.06 28.3 36.36 -
YUV 114.19 152.15 49.41 -
System Red Green Blue C M Y K H S L
Decimal 4 162 157 0.98 0 0.03 0.36 178.1 0.95 0.33
Hex 4 A2 9D 62 0 3 24 B2 5F 21
Octal 4 242 235 142 0 3 44 262 137 41
Binary 100 10100010 10011101 1100010 0 11 100100 10110010 1011111 100001

Color Harmonies of #04A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A29D

Black with #04A29D

Text Example


Text Example

White with #04A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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