#089F9D

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

Shades of Persian Green #089F9D

Tints of Persian Green #089F9D

Color information

#089F9D (or 0x089F9D) is unknown color: approx Persian Green. HEX triplet: 08, 9F and 9D. RGB value is (8,159,157). Sum of RGB (Red+Green+Blue) = 8+159+157=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #089F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089F9D is #F76062. Grayscale: #717171. Windows color (decimal): -16212067 or 10329864. OLE color: 10329864.

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

Color convert

RGB8159157-
CMYK0.9500.010.38
HSL179.21º90.42%32.75%-
HSV(B)179.21º94.97%62.35%-
XYZ18.5827.2836.18-
YUV113.62152.4752.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.47%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=2.47%
G=49.07%
B=48.46%

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
Decimal81591570.9500.010.38179.2190.4232.75
Hex89F9D5F0126b35a21
Octal10237235137014626313241
Binary10001001111110011101101111101100110101100111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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