#119289

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

Shades of Dark Cyan #119289

Tints of Dark Cyan #119289

Color information

#119289 (or 0x119289) is unknown color: approx Dark Cyan. HEX triplet: 11, 92 and 89. RGB value is (17,146,137). Sum of RGB (Red+Green+Blue) = 17+146+137=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #119289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119289 is #EE6D76. Grayscale: #6A6A6A. Windows color (decimal): -15625591 or 9015825. OLE color: 9015825.

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

Color convert

RGB17146137-
CMYK0.8800.060.43
HSL175.81º79.14%31.96%-
HSV(B)175.81º88.36%57.25%-
XYZ15.0322.4827.21-
YUV106.4145.2664.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.67%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=5.67%
G=48.67%
B=45.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171461370.8800.060.43175.8179.1431.96
Hex11928958062Bb04f20
Octal21222211130065326011740
Binary10001100100101000100110110000110101011101100001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119289; }

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

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

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

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

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

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

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

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