#00AB8E

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

Shades of Persian Green #00AB8E

Tints of Persian Green #00AB8E

Color information

#00AB8E (or 0x00AB8E) is unknown color: approx Persian Green. HEX triplet: 00, AB and 8E. RGB value is (0,171,142). Sum of RGB (Red+Green+Blue) = 0+171+142=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AB8E is #FF5471. Grayscale: #747474. Windows color (decimal): -16733298 or 9349888. OLE color: 9349888.

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

Color convert

RGB0171142-
CMYK100.170.33
HSL169.82º100%33.53%-
HSV(B)169.82º100%67.06%-
XYZ19.4531.0830.57-
YUV116.56142.3544.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=0%
G=54.63%
B=45.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal0171142100.170.33169.8210033.53
Hex0AB8E6401121aa6422
Octal02532161440214125214442
Binary010101011100011101100100010001100001101010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,171,142); }

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

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

 a { background-color: rgb(0,171,142); }

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

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

 span { border-color: rgb(0,171,142); }

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