#09989B

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

Shades of Persian Green #09989B

Tints of Persian Green #09989B

Color information

#09989B (or 0x09989B) is unknown color: approx Persian Green. HEX triplet: 09, 98 and 9B. RGB value is (9,152,155). Sum of RGB (Red+Green+Blue) = 9+152+155=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #09989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09989B is #F66764. Grayscale: #6D6D6D. Windows color (decimal): -16148325 or 10197001. OLE color: 10197001.

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

Color convert

RGB9152155-
CMYK0.940.0200.39
HSL181.23º89.02%32.16%-
HSV(B)181.23º94.19%60.78%-
XYZ17.2624.8834.9-
YUV109.58153.6256.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.85%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=2.85%
G=48.10%
B=49.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91521550.940.0200.39181.2389.0232.16
Hex9989B5E2027b55920
Octal11230233136204726513140
Binary100110011000100110111011110100100111101101011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09989B; }

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

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

<style>
 a { background-color: #09989B; }

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

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

<style>
 span { border-color: #09989B; }

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

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