#119281

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

Shades of Dark Cyan #119281

Tints of Dark Cyan #119281

Color information

#119281 (or 0x119281) is unknown color: approx Dark Cyan. HEX triplet: 11, 92 and 81. RGB value is (17,146,129). Sum of RGB (Red+Green+Blue) = 17+146+129=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #119281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119281 is #EE6D7E. Grayscale: #696969. Windows color (decimal): -15625599 or 8491537. OLE color: 8491537.

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

Color convert

RGB17146129-
CMYK0.8800.120.43
HSL172.09º79.14%31.96%-
HSV(B)172.09º88.36%57.25%-
XYZ14.4722.2624.3-
YUV105.49141.2664.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.82%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=5.82%
G=50%
B=44.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171461290.8800.120.43172.0979.1431.96
Hex119281580C2Bac4f20
Octal212222011300145325411740
Binary100011001001010000001101100001100101011101011001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119281; }

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

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

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

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

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

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

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

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