#099C99

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

Shades of Persian Green #099C99

Tints of Persian Green #099C99

Color information

#099C99 (or 0x099C99) is unknown color: approx Persian Green. HEX triplet: 09, 9C and 99. RGB value is (9,156,153). Sum of RGB (Red+Green+Blue) = 9+156+153=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #099C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099C99 is #F66366. Grayscale: #6F6F6F. Windows color (decimal): -16147303 or 10066953. OLE color: 10066953.

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

Color convert

RGB9156153-
CMYK0.9400.020.39
HSL178.78º89.09%32.35%-
HSV(B)178.78º94.23%61.18%-
XYZ17.7526.1334.25-
YUV111.7151.354.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.83%
GREEN value IS 156 (61.33% from 255) = 49.06%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=2.83%
G=49.06%
B=48.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91561530.9400.020.39178.7889.0932.35
Hex99C995E0227b35920
Octal11234231136024726313140
Binary100110011100100110011011110010100111101100111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,156,153); }

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

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

 a { background-color: rgb(9,156,153); }

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

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

 span { border-color: rgb(9,156,153); }

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