#089E9F

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

Shades of Persian Green #089E9F

Tints of Persian Green #089E9F

Color information

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

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

Color convert

RGB8158159-
CMYK0.950.0100.38
HSL180.4º90.42%32.75%-
HSV(B)180.4º94.97%62.35%-
XYZ18.5927.0137.03-
YUV113.26153.852.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81581590.950.0100.38180.490.4232.75
Hex89E9F5F1026b45a21
Octal10236237137104626413241
Binary10001001111010011111101111110100110101101001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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