#089F9E

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

Shades of Persian Green #089F9E

Tints of Persian Green #089F9E

Color information

#089F9E (or 0x089F9E) is unknown color: approx Persian Green. HEX triplet: 08, 9F and 9E. RGB value is (8,159,158). Sum of RGB (Red+Green+Blue) = 8+159+158=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #089F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089F9E is #F76061. Grayscale: #717171. Windows color (decimal): -16212066 or 10395400. OLE color: 10395400.

HSL color Cylindrical-coordinate representation of color #089F9E: hue angle of 179.6º 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 #089F9E is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB8159158-
CMYK0.9500.010.38
HSL179.6º90.42%32.75%-
HSV(B)179.6º94.97%62.35%-
XYZ18.6727.3236.64-
YUV113.74152.9752.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 159 (62.5% from 255) = 48.92%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=2.46%
G=48.92%
B=48.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81591580.9500.010.38179.690.4232.75
Hex89F9E5F0126b45a21
Octal10237236137014626413241
Binary10001001111110011110101111101100110101101001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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