#00AB8F

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

Shades of Persian Green #00AB8F

Tints of Persian Green #00AB8F

Color information

#00AB8F (or 0x00AB8F) is unknown color: approx Persian Green. HEX triplet: 00, AB and 8F. RGB value is (0,171,143). Sum of RGB (Red+Green+Blue) = 0+171+143=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AB8F is #FF5470. Grayscale: #747474. Windows color (decimal): -16733297 or 9415424. OLE color: 9415424.

HSL color Cylindrical-coordinate representation of color #00AB8F: hue angle of 170.18º 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 #00AB8F is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB0171143-
CMYK100.160.33
HSL170.18º100%33.53%-
HSV(B)170.18º100%67.06%-
XYZ19.5231.1130.96-
YUV116.68142.8544.78-

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.46%
BLUE value IS 143 (56.25% from 255) = 45.54%
R=0%
G=54.46%
B=45.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal0171143100.160.33170.1810033.53
Hex0AB8F6401021aa6422
Octal02532171440204125214442
Binary010101011100011111100100010000100001101010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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