#089C9F

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

Shades of Persian Green #089C9F

Tints of Persian Green #089C9F

Color information

#089C9F (or 0x089C9F) is unknown color: approx Persian Green. HEX triplet: 08, 9C and 9F. RGB value is (8,156,159). Sum of RGB (Red+Green+Blue) = 8+156+159=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #089C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C9F is #F76360. Grayscale: #6F6F6F. Windows color (decimal): -16212833 or 10460168. OLE color: 10460168.

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

Color convert

RGB8156159-
CMYK0.950.0200.38
HSL181.19º90.42%32.75%-
HSV(B)181.19º94.97%62.35%-
XYZ18.2526.3336.92-
YUV112.09154.4753.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 156 (61.33% from 255) = 48.30%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=2.48%
G=48.30%
B=49.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81561590.950.0200.38181.1990.4232.75
Hex89C9F5F2026b55a21
Octal10234237137204626513241
Binary100010011100100111111011111100100110101101011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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