#099892

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

Shades of Dark Cyan #099892

Tints of Dark Cyan #099892

Color information

#099892 (or 0x099892) is unknown color: approx Dark Cyan. HEX triplet: 09, 98 and 92. RGB value is (9,152,146). Sum of RGB (Red+Green+Blue) = 9+152+146=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #099892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099892 is #F6676D. Grayscale: #6C6C6C. Windows color (decimal): -16148334 or 9607177. OLE color: 9607177.

HSL color Cylindrical-coordinate representation of color #099892: hue angle of 177.48º 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 #099892 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB9152146-
CMYK0.9400.040.40
HSL177.48º88.82%31.57%-
HSV(B)177.48º94.08%59.61%-
XYZ16.5324.5931.07-
YUV108.56149.1256.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.93%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=2.93%
G=49.51%
B=47.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91521460.9400.040.40177.4888.8231.57
Hex998925E0428b15920
Octal11230222136045026113140
Binary1001100110001001001010111100100101000101100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099892; }

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

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

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

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

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

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

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

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