Html Css Color HEX #118688 Dark Cyan

📋 copy color: '#118688'

red 17 ◦ green 134 ◦ blue 136

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

Shades of Dark Cyan #118688

Tints of Dark Cyan #118688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.69%

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 5.92%
G = 46.69%
B = 47.39%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#118688 (or 0x118688) is known color: Dark Cyan. HEX triplet: 11, 86 and 88. RGB value is (17,134,136). Sum of RGB (Red+Green+Blue) = 17+134+136=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #118688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118688 is #EE7977. Grayscale: #636363. Windows color (decimal): -15628664 or 8947217. OLE color: 8947217.

HSL color Cylindrical-coordinate representation of color #118688: hue angle of 181.01º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118688 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 134 136 -
CMYK 0.87 0.01 0 0.47
HSL 181.01º 0.78% 0.3% -
HSV(B) 181.01º 0.88% 0.53% -
XYZ 13.2 18.95 26.25 -
YUV 99.25 148.74 69.34 -
System Red Green Blue C M Y K H S L
Decimal 17 134 136 0.87 0.01 0 0.47 181.01 0.78 0.3
Hex 11 86 88 57 1 0 2F B5 4E 1E
Octal 21 206 210 127 1 0 57 265 116 36
Binary 10001 10000110 10001000 1010111 1 0 101111 10110101 1001110 11110

Color Harmonies of #118688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118688

Black with #118688

Text Example


Text Example

White with #118688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118688; }

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

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

background-color css

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

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

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

border-color css

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

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

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