#089F8E

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

Shades of Persian Green #089F8E

Tints of Persian Green #089F8E

Color information

#089F8E (or 0x089F8E) is unknown color: approx Persian Green. HEX triplet: 08, 9F and 8E. RGB value is (8,159,142). Sum of RGB (Red+Green+Blue) = 8+159+142=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #089F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089F8E is #F76071. Grayscale: #6F6F6F. Windows color (decimal): -16212082 or 9346824. OLE color: 9346824.

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

Color convert

RGB8159142-
CMYK0.9500.110.38
HSL173.25º90.42%32.75%-
HSV(B)173.25º94.97%62.35%-
XYZ17.3826.829.85-
YUV111.91144.9753.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.59%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=2.59%
G=51.46%
B=45.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81591420.9500.110.38173.2590.4232.75
Hex89F8E5F0B26ad5a21
Octal102372161370134625513241
Binary10001001111110001110101111101011100110101011011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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