Html Css Color HEX #04A7AA Persian Green

📋 copy color: '#04A7AA'

red 4 ◦ green 167 ◦ blue 170

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

Shades of Persian Green #04A7AA

Tints of Persian Green #04A7AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 1.17%
G = 48.97%
B = 49.85%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#04A7AA (or 0x04A7AA) is known color: Persian Green. HEX triplet: 04, A7 and AA. RGB value is (4,167,170). Sum of RGB (Red+Green+Blue) = 4+167+170=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #04A7AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A7AA is #FB5855. Grayscale: #767676. Windows color (decimal): -16472150 or 11183876. OLE color: 11183876.

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

Color convert

RGB 4 167 170 -
CMYK 0.98 0.02 0 0.33
HSL 181.08º 0.95% 0.34% -
HSV(B) 181.08º 0.98% 0.67% -
XYZ 21.12 30.57 42.82 -
YUV 118.61 157 46.26 -
System Red Green Blue C M Y K H S L
Decimal 4 167 170 0.98 0.02 0 0.33 181.08 0.95 0.34
Hex 4 A7 AA 62 2 0 21 B5 5F 22
Octal 4 247 252 142 2 0 41 265 137 42
Binary 100 10100111 10101010 1100010 10 0 100001 10110101 1011111 100010

Color Harmonies of #04A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A7AA

Black with #04A7AA

Text Example


Text Example

White with #04A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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