#099886

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

Shades of Dark Cyan #099886

Tints of Dark Cyan #099886

Color information

#099886 (or 0x099886) is unknown color: approx Dark Cyan. HEX triplet: 09, 98 and 86. RGB value is (9,152,134). Sum of RGB (Red+Green+Blue) = 9+152+134=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #099886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099886 is #F66779. Grayscale: #6B6B6B. Windows color (decimal): -16148346 or 8820745. OLE color: 8820745.

HSL color Cylindrical-coordinate representation of color #099886: hue angle of 172.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099886 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB9152134-
CMYK0.9400.120.40
HSL172.45º88.82%31.57%-
HSV(B)172.45º94.08%59.61%-
XYZ15.6424.2426.41-
YUV107.19143.1257.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.05%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=3.05%
G=51.53%
B=45.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91521340.9400.120.40172.4588.8231.57
Hex998865E0C28ac5920
Octal112302061360145025413140
Binary10011001100010000110101111001100101000101011001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099886; }

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

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

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

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

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

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

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

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