Html Css Color HEX #118491 Dark Cyan

📋 copy color: '#118491'

red 17 ◦ green 132 ◦ blue 145

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

Shades of Dark Cyan #118491

Tints of Dark Cyan #118491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 5.78%
G = 44.9%
B = 49.32%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#118491 (or 0x118491) is known color: Dark Cyan. HEX triplet: 11, 84 and 91. RGB value is (17,132,145). Sum of RGB (Red+Green+Blue) = 17+132+145=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #118491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118491 is #EE7B6E. Grayscale: #626262. Windows color (decimal): -15629167 or 9536529. OLE color: 9536529.

HSL color Cylindrical-coordinate representation of color #118491: hue angle of 186.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118491 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 132 145 -
CMYK 0.88 0.09 0 0.43
HSL 186.09º 0.79% 0.32% -
HSV(B) 186.09º 0.88% 0.57% -
XYZ 13.59 18.67 29.67 -
YUV 99.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 17 132 145 0.88 0.09 0 0.43 186.09 0.79 0.32
Hex 11 84 91 58 9 0 2B BA 4F 20
Octal 21 204 221 130 11 0 53 272 117 40
Binary 10001 10000100 10010001 1011000 1001 0 101011 10111010 1001111 100000

Color Harmonies of #118491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118491

Black with #118491

Text Example


Text Example

White with #118491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118491; }

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

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

background-color css

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

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

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

border-color css

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

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

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