Html Css Color HEX #118988 Dark Cyan

📋 copy color: '#118988'

red 17 ◦ green 137 ◦ blue 136

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

Shades of Dark Cyan #118988

Tints of Dark Cyan #118988

RGB

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

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

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

R = 5.86%
G = 47.24%
B = 46.9%

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

#118988 (or 0x118988) is known color: Dark Cyan. HEX triplet: 11, 89 and 88. RGB value is (17,137,136). Sum of RGB (Red+Green+Blue) = 17+137+136=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #118988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118988 is #EE7677. Grayscale: #646464. Windows color (decimal): -15627896 or 8947985. OLE color: 8947985.

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

Color convert

RGB 17 137 136 -
CMYK 0.88 0 0.01 0.46
HSL 179.5º 0.78% 0.3% -
HSV(B) 179.5º 0.88% 0.54% -
XYZ 13.62 19.79 26.39 -
YUV 101.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 17 137 136 0.88 0 0.01 0.46 179.5 0.78 0.3
Hex 11 89 88 58 0 1 2E B4 4E 1E
Octal 21 211 210 130 0 1 56 264 116 36
Binary 10001 10001001 10001000 1011000 0 1 101110 10110100 1001110 11110

Color Harmonies of #118988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118988

Black with #118988

Text Example


Text Example

White with #118988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118988; }

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

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

background-color css

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

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

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

border-color css

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

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

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