#00A8A9

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

Shades of Persian Green #00A8A9

Tints of Persian Green #00A8A9

Color information

#00A8A9 (or 0x00A8A9) is unknown color: approx Persian Green. HEX triplet: 00, A8 and A9. RGB value is (0,168,169). Sum of RGB (Red+Green+Blue) = 0+168+169=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 169 (66.41% from 255 or 50.15% from 337); Max value from RGB is 169 - color contains mainly: blue. Hex color #00A8A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A8A9 is #FF5756. Grayscale: #757575. Windows color (decimal): -16734039 or 11118592. OLE color: 11118592.

HSL color Cylindrical-coordinate representation of color #00A8A9: 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 #00A8A9 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB0168169-
CMYK10.0100.34
HSL180.36º100%33.14%-
HSV(B)180.36º100%66.27%-
XYZ21.1630.8742.38-
YUV117.88156.8443.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 168 (66.02% from 255) = 49.85%
BLUE value IS 169 (66.41% 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
Decimal016816910.0100.34180.3610033.14
Hex0A8A9641022b46421
Octal0250251144104226414441
Binary01010100010101001110010010100010101101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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