#099B97

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

Shades of Persian Green #099B97

Tints of Persian Green #099B97

Color information

#099B97 (or 0x099B97) is unknown color: approx Persian Green. HEX triplet: 09, 9B and 97. RGB value is (9,155,151). Sum of RGB (Red+Green+Blue) = 9+155+151=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #099B97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B97 is #F66468. Grayscale: #6E6E6E. Windows color (decimal): -16147561 or 9935625. OLE color: 9935625.

HSL color Cylindrical-coordinate representation of color #099B97: hue angle of 178.36º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099B97 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB9155151-
CMYK0.9400.030.39
HSL178.36º89.02%32.16%-
HSV(B)178.36º94.19%60.78%-
XYZ17.4225.7433.33-
YUV110.89150.6355.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=2.86%
G=49.21%
B=47.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91551510.9400.030.39178.3689.0232.16
Hex99B975E0327b25920
Octal11233227136034726213140
Binary100110011011100101111011110011100111101100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099B97; }

 p { color: rgb(9,155,151); }

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

<style>
 a { background-color: #099B97; }

 a { background-color: rgb(9,155,151); }

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

<style>
 span { border-color: #099B97; }

 span { border-color: rgb(9,155,151); }

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