Html Css Color HEX #118488 Dark Cyan

📋 copy color: '#118488'

red 17 ◦ green 132 ◦ blue 136

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

Shades of Dark Cyan #118488

Tints of Dark Cyan #118488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.32%

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

R = 5.96%
G = 46.32%
B = 47.72%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#118488 (or 0x118488) is known color: Dark Cyan. HEX triplet: 11, 84 and 88. RGB value is (17,132,136). Sum of RGB (Red+Green+Blue) = 17+132+136=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #118488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118488 is #EE7B77. Grayscale: #616161. Windows color (decimal): -15629176 or 8946705. OLE color: 8946705.

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

Color convert

RGB 17 132 136 -
CMYK 0.87 0.03 0 0.47
HSL 182.02º 0.78% 0.3% -
HSV(B) 182.02º 0.88% 0.53% -
XYZ 12.93 18.4 26.16 -
YUV 98.07 149.4 70.17 -
System Red Green Blue C M Y K H S L
Decimal 17 132 136 0.87 0.03 0 0.47 182.02 0.78 0.3
Hex 11 84 88 57 3 0 2F B6 4E 1E
Octal 21 204 210 127 3 0 57 266 116 36
Binary 10001 10000100 10001000 1010111 11 0 101111 10110110 1001110 11110

Color Harmonies of #118488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118488

Black with #118488

Text Example


Text Example

White with #118488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118488; }

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

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

background-color css

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

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

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

border-color css

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

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

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