Html Css Color HEX #00A7AA Persian Green

📋 copy color: '#00A7AA'

red 0 ◦ green 167 ◦ blue 170

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

Shades of Persian Green #00A7AA

Tints of Persian Green #00A7AA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 49.55%
B = 50.45%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#00A7AA (or 0x00A7AA) is known color: Persian Green. HEX triplet: 00, A7 and AA. RGB value is (0,167,170). Sum of RGB (Red+Green+Blue) = 0+167+170=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #00A7AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A7AA is #FF5855. Grayscale: #757575. Windows color (decimal): -16734294 or 11183872. OLE color: 11183872.

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

Color convert

RGB 0 167 170 -
CMYK 1 0.02 0 0.33
HSL 181.06º 1% 0.33% -
HSV(B) 181.06º 1% 0.67% -
XYZ 21.07 30.54 42.81 -
YUV 117.41 157.67 44.26 -
System Red Green Blue C M Y K H S L
Decimal 0 167 170 1 0.02 0 0.33 181.06 1 0.33
Hex 0 A7 AA 64 2 0 21 B5 64 21
Octal 0 247 252 144 2 0 41 265 144 41
Binary 0 10100111 10101010 1100100 10 0 100001 10110101 1100100 100001

Color Harmonies of #00A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A7AA

Black with #00A7AA

Text Example


Text Example

White with #00A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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