#089EA1

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

Shades of Persian Green #089EA1

Tints of Persian Green #089EA1

Color information

#089EA1 (or 0x089EA1) is unknown color: approx Persian Green. HEX triplet: 08, 9E and A1. RGB value is (8,158,161). Sum of RGB (Red+Green+Blue) = 8+158+161=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 161 (63.28% from 255 or 49.24% from 327); Max value from RGB is 161 - color contains mainly: blue. Hex color #089EA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089EA1 is #F7615E. Grayscale: #717171. Windows color (decimal): -16212319 or 10591752. OLE color: 10591752.

HSL color Cylindrical-coordinate representation of color #089EA1: hue angle of 181.18º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089EA1 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8158161-
CMYK0.950.0200.37
HSL181.18º90.53%33.14%-
HSV(B)181.18º95.03%63.14%-
XYZ18.7627.0837.96-
YUV113.49154.852.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.45%
GREEN value IS 158 (62.11% from 255) = 48.32%
BLUE value IS 161 (63.28% from 255) = 49.24%
R=2.45%
G=48.32%
B=49.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81581610.950.0200.37181.1890.5333.14
Hex89EA15F2025b55b21
Octal10236241137204526513341
Binary100010011110101000011011111100100101101101011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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