Html Css Color HEX #117D8E Dark Cyan

📋 copy color: '#117D8E'

red 17 ◦ green 125 ◦ blue 142

#117D8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #117D8E

Tints of Dark Cyan #117D8E

RGB

 RED value IS 17 (7.03% from 255) = 5.99%

 GREEN value IS 125 (49.22% from 255) = 44.01%

 BLUE value IS 142 (55.86% from 255) = 50%

R = 5.99%
G = 44.01%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#117D8E (or 0x117D8E) is known color: Dark Cyan. HEX triplet: 11, 7D and 8E. RGB value is (17,125,142). Sum of RGB (Red+Green+Blue) = 17+125+142=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #117D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D8E is #EE8271. Grayscale: #5E5E5E. Windows color (decimal): -15630962 or 9338129. OLE color: 9338129.

HSL color Cylindrical-coordinate representation of color #117D8E: hue angle of 188.16º 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 #117D8E is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 125 142 -
CMYK 0.88 0.12 0 0.44
HSL 188.16º 0.79% 0.31% -
HSV(B) 188.16º 0.88% 0.56% -
XYZ 12.45 16.74 28.17 -
YUV 94.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 17 125 142 0.88 0.12 0 0.44 188.16 0.79 0.31
Hex 11 7D 8E 58 C 0 2C BC 4F 1F
Octal 21 175 216 130 14 0 54 274 117 37
Binary 10001 1111101 10001110 1011000 1100 0 101100 10111100 1001111 11111

Color Harmonies of #117D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D8E

Black with #117D8E

Text Example


Text Example

White with #117D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,142); }

 H1.HeaderClassName
 {
   color: #117D8E;
 }
 .AnyTagClassName
 {
   color: #117D8E;
 }
</style>

background-color css

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

 a { background-color: rgb(17,125,142); }

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

border-color css

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

 span { border-color: rgb(17,125,142); }

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