Html Css Color HEX #118986 Dark Cyan

📋 copy color: '#118986'

red 17 ◦ green 137 ◦ blue 134

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

Shades of Dark Cyan #118986

Tints of Dark Cyan #118986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.57%

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 5.9%
G = 47.57%
B = 46.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#118986 (or 0x118986) is known color: Dark Cyan. HEX triplet: 11, 89 and 86. RGB value is (17,137,134). Sum of RGB (Red+Green+Blue) = 17+137+134=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #118986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118986 is #EE7679. Grayscale: #646464. Windows color (decimal): -15627898 or 8816913. OLE color: 8816913.

HSL color Cylindrical-coordinate representation of color #118986: hue angle of 178.5º 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 #118986 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 134 -
CMYK 0.88 0 0.02 0.46
HSL 178.5º 0.78% 0.3% -
HSV(B) 178.5º 0.88% 0.54% -
XYZ 13.48 19.73 25.65 -
YUV 100.78 146.74 68.24 -
System Red Green Blue C M Y K H S L
Decimal 17 137 134 0.88 0 0.02 0.46 178.5 0.78 0.3
Hex 11 89 86 58 0 2 2E B2 4E 1E
Octal 21 211 206 130 0 2 56 262 116 36
Binary 10001 10001001 10000110 1011000 0 10 101110 10110010 1001110 11110

Color Harmonies of #118986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118986

Black with #118986

Text Example


Text Example

White with #118986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118986; }

 p { color: rgb(17,137,134); }

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

background-color css

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

 a { background-color: rgb(17,137,134); }

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

border-color css

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

 span { border-color: rgb(17,137,134); }

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