Html Css Color HEX #118987 Dark Cyan

📋 copy color: '#118987'

red 17 ◦ green 137 ◦ blue 135

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

Shades of Dark Cyan #118987

Tints of Dark Cyan #118987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 5.88%
G = 47.4%
B = 46.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#118987 (or 0x118987) is known color: Dark Cyan. HEX triplet: 11, 89 and 87. RGB value is (17,137,135). Sum of RGB (Red+Green+Blue) = 17+137+135=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #118987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118987 is #EE7678. Grayscale: #646464. Windows color (decimal): -15627897 or 8882449. OLE color: 8882449.

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

Color convert

RGB 17 137 135 -
CMYK 0.88 0 0.01 0.46
HSL 179º 0.78% 0.3% -
HSV(B) 179º 0.88% 0.54% -
XYZ 13.55 19.76 26.02 -
YUV 100.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 17 137 135 0.88 0 0.01 0.46 179 0.78 0.3
Hex 11 89 87 58 0 1 2E B3 4E 1E
Octal 21 211 207 130 0 1 56 263 116 36
Binary 10001 10001001 10000111 1011000 0 1 101110 10110011 1001110 11110

Color Harmonies of #118987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118987

Black with #118987

Text Example


Text Example

White with #118987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118987; }

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

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

background-color css

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

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

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

border-color css

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

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

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