#119381

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

Shades of Dark Cyan #119381

Tints of Dark Cyan #119381

Color information

#119381 (or 0x119381) is unknown color: approx Dark Cyan. HEX triplet: 11, 93 and 81. RGB value is (17,147,129). Sum of RGB (Red+Green+Blue) = 17+147+129=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #119381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119381 is #EE6C7E. Grayscale: #6A6A6A. Windows color (decimal): -15625343 or 8491793. OLE color: 8491793.

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

Color convert

RGB17147129-
CMYK0.8800.120.42
HSL171.69º79.27%32.16%-
HSV(B)171.69º88.44%57.65%-
XYZ14.6322.5724.35-
YUV106.08140.9364.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.80%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 129 (50.78% from 255) = 44.03%
R=5.80%
G=50.17%
B=44.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171471290.8800.120.42171.6979.2732.16
Hex119381580C2Aac4f20
Octal212232011300145225411740
Binary100011001001110000001101100001100101010101011001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119381; }

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

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

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

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

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

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

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

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