#099284

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

Shades of Dark Cyan #099284

Tints of Dark Cyan #099284

Color information

#099284 (or 0x099284) is unknown color: approx Dark Cyan. HEX triplet: 09, 92 and 84. RGB value is (9,146,132). Sum of RGB (Red+Green+Blue) = 9+146+132=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #099284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099284 is #F66D7B. Grayscale: #676767. Windows color (decimal): -16149884 or 8688137. OLE color: 8688137.

HSL color Cylindrical-coordinate representation of color #099284: hue angle of 173.87º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099284 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB9146132-
CMYK0.9400.100.43
HSL173.87º88.39%30.39%-
HSV(B)173.87º93.84%57.25%-
XYZ14.5622.2825.36-
YUV103.44144.1160.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.14%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=3.14%
G=50.87%
B=45.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91461320.9400.100.43173.8788.3930.39
Hex992845E0A2Bae581e
Octal112222041360125325613036
Binary1001100100101000010010111100101010101110101110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099284; }

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

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

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

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

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

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

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

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