#00A7A8

Color #00A7A8 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #00A7A8

Tints of Persian Green #00A7A8

Color information

#00A7A8 (or 0x00A7A8) is unknown color: approx Persian Green. HEX triplet: 00, A7 and A8. RGB value is (0,167,168). Sum of RGB (Red+Green+Blue) = 0+167+168=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 168 (66.02% from 255 or 50.15% from 335); Max value from RGB is 168 - color contains mainly: blue. Hex color #00A7A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A7A8 is #FF5857. Grayscale: #757575. Windows color (decimal): -16734296 or 11052800. OLE color: 11052800.

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

Color convert

RGB0167168-
CMYK10.0100.34
HSL180.36º100%32.94%-
HSV(B)180.36º100%65.88%-
XYZ20.8930.4641.83-
YUV117.18156.6744.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 168 (66.02% from 255) = 50.15%
R=0%
G=49.85%
B=50.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal016716810.0100.34180.3610032.94
Hex0A7A8641022b46421
Octal0247250144104226414441
Binary01010011110101000110010010100010101101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00A7A8;
 }
 .AnyTagClassName
 {
   color: #00A7A8;
 }
</style>
background-color css

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

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

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

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

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

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