#119282

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

Shades of Dark Cyan #119282

Tints of Dark Cyan #119282

Color information

#119282 (or 0x119282) is unknown color: approx Dark Cyan. HEX triplet: 11, 92 and 82. RGB value is (17,146,130). Sum of RGB (Red+Green+Blue) = 17+146+130=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #119282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119282 is #EE6D7D. Grayscale: #696969. Windows color (decimal): -15625598 or 8557073. OLE color: 8557073.

HSL color Cylindrical-coordinate representation of color #119282: hue angle of 172.56º 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 #119282 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB17146130-
CMYK0.8800.110.43
HSL172.56º79.14%31.96%-
HSV(B)172.56º88.36%57.25%-
XYZ14.5422.2924.65-
YUV105.6141.7664.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.80%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=5.80%
G=49.83%
B=44.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171461300.8800.110.43172.5679.1431.96
Hex119282580B2Bad4f20
Octal212222021300135325511740
Binary100011001001010000010101100001011101011101011011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119282; }

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

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

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

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

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

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

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

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