#099786

Color #099786 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #099786

Tints of Dark Cyan #099786

Color information

#099786 (or 0x099786) is unknown color: approx Dark Cyan. HEX triplet: 09, 97 and 86. RGB value is (9,151,134). Sum of RGB (Red+Green+Blue) = 9+151+134=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #099786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099786 is #F66879. Grayscale: #6A6A6A. Windows color (decimal): -16148602 or 8820489. OLE color: 8820489.

HSL color Cylindrical-coordinate representation of color #099786: hue angle of 172.82º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099786 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB9151134-
CMYK0.9400.110.41
HSL172.82º88.75%31.37%-
HSV(B)172.82º94.04%59.22%-
XYZ15.4823.9126.35-
YUV106.6143.4658.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.06%
GREEN value IS 151 (59.38% from 255) = 51.36%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=3.06%
G=51.36%
B=45.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91511340.9400.110.41172.8288.7531.37
Hex997865E0B29ad591f
Octal112272061360135125513137
Binary1001100101111000011010111100101110100110101101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099786; }

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

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

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

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

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

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

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

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