Html Css Color HEX #117F8E Dark Cyan

📋 copy color: '#117F8E'

red 17 ◦ green 127 ◦ blue 142

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

Shades of Dark Cyan #117F8E

Tints of Dark Cyan #117F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 44.41%

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

R = 5.94%
G = 44.41%
B = 49.65%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#117F8E (or 0x117F8E) is known color: Dark Cyan. HEX triplet: 11, 7F and 8E. RGB value is (17,127,142). Sum of RGB (Red+Green+Blue) = 17+127+142=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #117F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117F8E is #EE8071. Grayscale: #5F5F5F. Windows color (decimal): -15630450 or 9338641. OLE color: 9338641.

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

Color convert

RGB 17 127 142 -
CMYK 0.88 0.11 0 0.44
HSL 187.2º 0.79% 0.31% -
HSV(B) 187.2º 0.88% 0.56% -
XYZ 12.7 17.25 28.25 -
YUV 95.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 17 127 142 0.88 0.11 0 0.44 187.2 0.79 0.31
Hex 11 7F 8E 58 B 0 2C BB 4F 1F
Octal 21 177 216 130 13 0 54 273 117 37
Binary 10001 1111111 10001110 1011000 1011 0 101100 10111011 1001111 11111

Color Harmonies of #117F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F8E

Black with #117F8E

Text Example


Text Example

White with #117F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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