#119492

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

Shades of Dark Cyan #119492

Tints of Dark Cyan #119492

Color information

#119492 (or 0x119492) is unknown color: approx Dark Cyan. HEX triplet: 11, 94 and 92. RGB value is (17,148,146). Sum of RGB (Red+Green+Blue) = 17+148+146=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #119492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119492 is #EE6B6D. Grayscale: #6C6C6C. Windows color (decimal): -15625070 or 9606161. OLE color: 9606161.

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

Color convert

RGB17148146-
CMYK0.8900.010.42
HSL179.08º79.39%32.35%-
HSV(B)179.08º88.51%58.04%-
XYZ16.0123.3730.86-
YUV108.6149.162.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.47%
GREEN value IS 148 (58.20% from 255) = 47.59%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=5.47%
G=47.59%
B=46.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171481460.8900.010.42179.0879.3932.35
Hex11949259012Ab34f20
Octal21224222131015226311740
Binary100011001010010010010101100101101010101100111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119492; }

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

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

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

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

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

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

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

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