Html Css Color HEX #118588 Dark Cyan

📋 copy color: '#118588'

red 17 ◦ green 133 ◦ blue 136

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

Shades of Dark Cyan #118588

Tints of Dark Cyan #118588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 5.94%
G = 46.5%
B = 47.55%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#118588 (or 0x118588) is known color: Dark Cyan. HEX triplet: 11, 85 and 88. RGB value is (17,133,136). Sum of RGB (Red+Green+Blue) = 17+133+136=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #118588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118588 is #EE7A77. Grayscale: #626262. Windows color (decimal): -15628920 or 8946961. OLE color: 8946961.

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

Color convert

RGB 17 133 136 -
CMYK 0.87 0.02 0 0.47
HSL 181.51º 0.78% 0.3% -
HSV(B) 181.51º 0.88% 0.53% -
XYZ 13.06 18.67 26.21 -
YUV 98.66 149.07 69.76 -
System Red Green Blue C M Y K H S L
Decimal 17 133 136 0.87 0.02 0 0.47 181.51 0.78 0.3
Hex 11 85 88 57 2 0 2F B6 4E 1E
Octal 21 205 210 127 2 0 57 266 116 36
Binary 10001 10000101 10001000 1010111 10 0 101111 10110110 1001110 11110

Color Harmonies of #118588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118588

Black with #118588

Text Example


Text Example

White with #118588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118588; }

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

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

background-color css

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

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

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

border-color css

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

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

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