#118A92

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

Shades of Dark Cyan #118A92

Tints of Dark Cyan #118A92

Color information

#118A92 (or 0x118A92) is unknown color: approx Dark Cyan. HEX triplet: 11, 8A and 92. RGB value is (17,138,146). Sum of RGB (Red+Green+Blue) = 17+138+146=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #118A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118A92 is #EE756D. Grayscale: #666666. Windows color (decimal): -15627630 or 9603601. OLE color: 9603601.

HSL color Cylindrical-coordinate representation of color #118A92: hue angle of 183.72º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A92 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB17138146-
CMYK0.880.0500.43
HSL183.72º79.14%31.96%-
HSV(B)183.72º88.36%57.25%-
XYZ14.5120.3730.36-
YUV102.73152.4166.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.65%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=5.65%
G=45.85%
B=48.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171381460.880.0500.43183.7279.1431.96
Hex118A9258502Bb84f20
Octal21212222130505327011740
Binary10001100010101001001010110001010101011101110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118A92; }

 p { color: rgb(17,138,146); }

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

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

 a { background-color: rgb(17,138,146); }

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

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

 span { border-color: rgb(17,138,146); }

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