Html Css Color HEX #04A7A2 Persian Green

📋 copy color: '#04A7A2'

red 4 ◦ green 167 ◦ blue 162

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

Shades of Persian Green #04A7A2

Tints of Persian Green #04A7A2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.15%

 BLUE value IS 162 (63.67% from 255) = 48.65%

R = 1.2%
G = 50.15%
B = 48.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#04A7A2 (or 0x04A7A2) is known color: Persian Green. HEX triplet: 04, A7 and A2. RGB value is (4,167,162). Sum of RGB (Red+Green+Blue) = 4+167+162=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 162 (63.67% from 255 or 48.65% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #04A7A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A7A2 is #FB585D. Grayscale: #757575. Windows color (decimal): -16472158 or 10659588. OLE color: 10659588.

HSL color Cylindrical-coordinate representation of color #04A7A2: hue angle of 178.16º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A7A2 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 167 162 -
CMYK 0.98 0 0.03 0.35
HSL 178.16º 0.95% 0.34% -
HSV(B) 178.16º 0.98% 0.65% -
XYZ 20.39 30.27 38.95 -
YUV 117.69 153 46.91 -
System Red Green Blue C M Y K H S L
Decimal 4 167 162 0.98 0 0.03 0.35 178.16 0.95 0.34
Hex 4 A7 A2 62 0 3 23 B2 5F 22
Octal 4 247 242 142 0 3 43 262 137 42
Binary 100 10100111 10100010 1100010 0 11 100011 10110010 1011111 100010

Color Harmonies of #04A7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A7A2

Black with #04A7A2

Text Example


Text Example

White with #04A7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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