#119095

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

Shades of Dark Cyan #119095

Tints of Dark Cyan #119095

Color information

#119095 (or 0x119095) is unknown color: approx Dark Cyan. HEX triplet: 11, 90 and 95. RGB value is (17,144,149). Sum of RGB (Red+Green+Blue) = 17+144+149=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #119095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119095 is #EE6F6A. Grayscale: #6A6A6A. Windows color (decimal): -15626091 or 9801745. OLE color: 9801745.

HSL color Cylindrical-coordinate representation of color #119095: hue angle of 182.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119095 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17144149-
CMYK0.890.0300.42
HSL182.27º79.52%32.55%-
HSV(B)182.27º88.59%58.43%-
XYZ15.6322.2431.9-
YUV106.6151.9264.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.48%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=5.48%
G=46.45%
B=48.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171441490.890.0300.42182.2779.5232.55
Hex11909559302Ab65021
Octal21220225131305226612041
Binary1000110010000100101011011001110101010101101101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119095; }

 p { color: rgb(17,144,149); }

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

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

 a { background-color: rgb(17,144,149); }

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

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

 span { border-color: rgb(17,144,149); }

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