#0AAB8F

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

Shades of Persian Green #0AAB8F

Tints of Persian Green #0AAB8F

Color information

#0AAB8F (or 0x0AAB8F) is unknown color: approx Persian Green. HEX triplet: 0A, AB and 8F. RGB value is (10,171,143). Sum of RGB (Red+Green+Blue) = 10+171+143=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB8F is #F55470. Grayscale: #777777. Windows color (decimal): -16077937 or 9415434. OLE color: 9415434.

HSL color Cylindrical-coordinate representation of color #0AAB8F: hue angle of 169.57º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB8F is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB10171143-
CMYK0.9400.160.33
HSL169.57º88.95%35.49%-
HSV(B)169.57º94.15%67.06%-
XYZ19.6531.1730.97-
YUV119.67141.1649.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.09%
GREEN value IS 171 (67.19% from 255) = 52.78%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=3.09%
G=52.78%
B=44.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101711430.9400.160.33169.5788.9535.49
HexAAB8F5E01021aa5923
Octal122532171360204125213143
Binary101010101011100011111011110010000100001101010101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AAB8F; }

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

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

<style>
 a { background-color: #0AAB8F; }

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

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

<style>
 span { border-color: #0AAB8F; }

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

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