#117e8f

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

Shades of Dark Cyan #117E8F

Tints of Dark Cyan #117E8F

Color information

#117E8F (or 0x117E8F) is unknown color: approx Dark Cyan. HEX triplet: 11, 7E and 8F. RGB value is (17,126,143). Sum of RGB (Red+Green+Blue) = 17+126+143=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #117E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117E8F is #EE8170. Grayscale: #5F5F5F. Windows color (decimal): -15630705 or 9403921. OLE color: 9403921.

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

Color convert

RGB17126143-
CMYK0.880.1200.44
HSL188.1º78.75%31.37%-
HSV(B)188.1º88.11%56.08%-
XYZ12.6517.0228.61-
YUV95.35154.8972.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.94%
GREEN value IS 126 (49.61% from 255) = 44.06%
BLUE value IS 143 (56.25% from 255) = 50%
R=5.94%
G=44.06%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171261430.880.1200.44188.178.7531.37
Hex117E8F58C02Cbc4f1f
Octal211762171301405427411737
Binary1000111111101000111110110001100010110010111100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117e8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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