#118A82

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

Shades of Dark Cyan #118A82

Tints of Dark Cyan #118A82

Color information

#118A82 (or 0x118A82) is unknown color: approx Dark Cyan. HEX triplet: 11, 8A and 82. RGB value is (17,138,130). Sum of RGB (Red+Green+Blue) = 17+138+130=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #118A82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118A82 is #EE757D. Grayscale: #646464. Windows color (decimal): -15627646 or 8555025. OLE color: 8555025.

HSL color Cylindrical-coordinate representation of color #118A82: hue angle of 176.03º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A82 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB17138130-
CMYK0.8800.060.46
HSL176.03º78.06%30.39%-
HSV(B)176.03º87.68%54.12%-
XYZ13.3519.9124.26-
YUV100.91144.4168.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.96%
GREEN value IS 138 (54.30% from 255) = 48.42%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=5.96%
G=48.42%
B=45.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171381300.8800.060.46176.0378.0630.39
Hex118A8258062Eb04e1e
Octal21212202130065626011636
Binary1000110001010100000101011000011010111010110000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118A82; }

 p { color: rgb(17,138,130); }

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

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

 a { background-color: rgb(17,138,130); }

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

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

 span { border-color: rgb(17,138,130); }

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