#109092

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

Shades of Dark Cyan #109092

Tints of Dark Cyan #109092

Color information

#109092 (or 0x109092) is unknown color: approx Dark Cyan. HEX triplet: 10, 90 and 92. RGB value is (16,144,146). Sum of RGB (Red+Green+Blue) = 16+144+146=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #109092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109092 is #EF6F6D. Grayscale: #696969. Windows color (decimal): -15691630 or 9605136. OLE color: 9605136.

HSL color Cylindrical-coordinate representation of color #109092: hue angle of 180.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109092 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB16144146-
CMYK0.890.0100.43
HSL180.92º80.25%31.76%-
HSV(B)180.92º89.04%57.25%-
XYZ15.3822.1330.66-
YUV105.96150.5963.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.23%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=5.23%
G=47.06%
B=47.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161441460.890.0100.43180.9280.2531.76
Hex10909259102Bb55020
Octal20220222131105326512040
Binary100001001000010010010101100110101011101101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109092; }

 p { color: rgb(16,144,146); }

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

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

 a { background-color: rgb(16,144,146); }

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

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

 span { border-color: rgb(16,144,146); }

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