Html Css Color HEX #118391 Dark Cyan

📋 copy color: '#118391'

red 17 ◦ green 131 ◦ blue 145

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

Shades of Dark Cyan #118391

Tints of Dark Cyan #118391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

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

R = 5.8%
G = 44.71%
B = 49.49%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#118391 (or 0x118391) is known color: Dark Cyan. HEX triplet: 11, 83 and 91. RGB value is (17,131,145). Sum of RGB (Red+Green+Blue) = 17+131+145=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #118391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118391 is #EE7C6E. Grayscale: #626262. Windows color (decimal): -15629423 or 9536273. OLE color: 9536273.

HSL color Cylindrical-coordinate representation of color #118391: hue angle of 186.56º 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 #118391 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 131 145 -
CMYK 0.88 0.10 0 0.43
HSL 186.56º 0.79% 0.32% -
HSV(B) 186.56º 0.88% 0.57% -
XYZ 13.46 18.4 29.63 -
YUV 98.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 17 131 145 0.88 0.10 0 0.43 186.56 0.79 0.32
Hex 11 83 91 58 A 0 2B BB 4F 20
Octal 21 203 221 130 12 0 53 273 117 40
Binary 10001 10000011 10010001 1011000 1010 0 101011 10111011 1001111 100000

Color Harmonies of #118391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118391

Black with #118391

Text Example


Text Example

White with #118391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118391; }

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

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

background-color css

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

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

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

border-color css

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

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

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