#117E8D

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

Shades of Dark Cyan #117E8D

Tints of Dark Cyan #117E8D

Color information

#117E8D (or 0x117E8D) is unknown color: approx Dark Cyan. HEX triplet: 11, 7E and 8D. RGB value is (17,126,141). Sum of RGB (Red+Green+Blue) = 17+126+141=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #117E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117E8D is #EE8172. Grayscale: #5E5E5E. Windows color (decimal): -15630707 or 9272849. OLE color: 9272849.

HSL color Cylindrical-coordinate representation of color #117E8D: hue angle of 187.26º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117E8D is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB17126141-
CMYK0.880.1100.45
HSL187.26º78.48%30.98%-
HSV(B)187.26º87.94%55.29%-
XYZ12.516.9627.81-
YUV95.12153.8972.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.99%
GREEN value IS 126 (49.61% from 255) = 44.37%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=5.99%
G=44.37%
B=49.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal171261410.880.1100.45187.2678.4830.98
Hex117E8D58B02Dbb4e1f
Octal211762151301305527311637
Binary1000111111101000110110110001011010110110111011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117E8D; }

 p { color: rgb(17,126,141); }

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

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

 a { background-color: rgb(17,126,141); }

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

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

 span { border-color: rgb(17,126,141); }

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