#089A9F

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

Shades of Persian Green #089A9F

Tints of Persian Green #089A9F

Color information

#089A9F (or 0x089A9F) is unknown color: approx Persian Green. HEX triplet: 08, 9A and 9F. RGB value is (8,154,159). Sum of RGB (Red+Green+Blue) = 8+154+159=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #089A9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089A9F is #F76560. Grayscale: #6E6E6E. Windows color (decimal): -16213345 or 10459656. OLE color: 10459656.

HSL color Cylindrical-coordinate representation of color #089A9F: hue angle of 181.99º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089A9F is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8154159-
CMYK0.950.0300.38
HSL181.99º90.42%32.75%-
HSV(B)181.99º94.97%62.35%-
XYZ17.9125.6736.81-
YUV110.92155.1354.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.49%
GREEN value IS 154 (60.55% from 255) = 47.98%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=2.49%
G=47.98%
B=49.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81541590.950.0300.38181.9990.4232.75
Hex89A9F5F3026b65a21
Octal10232237137304626613241
Binary100010011010100111111011111110100110101101101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089A9F; }

 p { color: rgb(8,154,159); }

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

<style>
 a { background-color: #089A9F; }

 a { background-color: rgb(8,154,159); }

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

<style>
 span { border-color: #089A9F; }

 span { border-color: rgb(8,154,159); }

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