#119081

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

Shades of Dark Cyan #119081

Tints of Dark Cyan #119081

Color information

#119081 (or 0x119081) is unknown color: approx Dark Cyan. HEX triplet: 11, 90 and 81. RGB value is (17,144,129). Sum of RGB (Red+Green+Blue) = 17+144+129=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #119081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119081 is #EE6F7E. Grayscale: #686868. Windows color (decimal): -15626111 or 8491025. OLE color: 8491025.

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

Color convert

RGB17144129-
CMYK0.8800.100.44
HSL172.91º78.88%31.57%-
HSV(B)172.91º88.19%56.47%-
XYZ14.1721.6524.2-
YUV104.32141.9265.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.86%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=5.86%
G=49.66%
B=44.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171441290.8800.100.44172.9178.8831.57
Hex119081580A2Cad4f20
Octal212202011300125425511740
Binary100011001000010000001101100001010101100101011011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119081; }

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

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

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

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

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

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

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

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