#099B8B

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

Shades of Persian Green #099B8B

Tints of Persian Green #099B8B

Color information

#099B8B (or 0x099B8B) is unknown color: approx Persian Green. HEX triplet: 09, 9B and 8B. RGB value is (9,155,139). Sum of RGB (Red+Green+Blue) = 9+155+139=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #099B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B8B is #F66474. Grayscale: #6D6D6D. Windows color (decimal): -16147573 or 9149193. OLE color: 9149193.

HSL color Cylindrical-coordinate representation of color #099B8B: hue angle of 173.42º 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 #099B8B is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB9155139-
CMYK0.9400.100.39
HSL173.42º89.02%32.16%-
HSV(B)173.42º94.19%60.78%-
XYZ16.4925.3628.45-
YUV109.52144.6356.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.97%
GREEN value IS 155 (60.94% from 255) = 51.16%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=2.97%
G=51.16%
B=45.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91551390.9400.100.39173.4289.0232.16
Hex99B8B5E0A27ad5920
Octal112332131360124725513140
Binary10011001101110001011101111001010100111101011011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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