#089D93

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

Shades of Persian Green #089D93

Tints of Persian Green #089D93

Color information

#089D93 (or 0x089D93) is unknown color: approx Persian Green. HEX triplet: 08, 9D and 93. RGB value is (8,157,147). Sum of RGB (Red+Green+Blue) = 8+157+147=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #089D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089D93 is #F7626C. Grayscale: #6F6F6F. Windows color (decimal): -16212589 or 9673992. OLE color: 9673992.

HSL color Cylindrical-coordinate representation of color #089D93: hue angle of 175.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089D93 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB8157147-
CMYK0.9500.060.38
HSL175.97º90.3%32.35%-
HSV(B)175.97º94.9%61.57%-
XYZ17.4226.2731.76-
YUV111.31148.1454.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.56%
GREEN value IS 157 (61.72% from 255) = 50.32%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=2.56%
G=50.32%
B=47.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81571470.9500.060.38175.9790.332.35
Hex89D935F0626b05a20
Octal10235223137064626013240
Binary1000100111011001001110111110110100110101100001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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