Html Css Color HEX #118C91 Dark Cyan

📋 copy color: '#118C91'

red 17 ◦ green 140 ◦ blue 145

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

Shades of Dark Cyan #118C91

Tints of Dark Cyan #118C91

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.36%

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

R = 5.63%
G = 46.36%
B = 48.01%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#118C91 (or 0x118C91) is known color: Dark Cyan. HEX triplet: 11, 8C and 91. RGB value is (17,140,145). Sum of RGB (Red+Green+Blue) = 17+140+145=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #118C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118C91 is #EE736E. Grayscale: #676767. Windows color (decimal): -15627119 or 9538577. OLE color: 9538577.

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

Color convert

RGB 17 140 145 -
CMYK 0.88 0.03 0 0.43
HSL 182.34º 0.79% 0.32% -
HSV(B) 182.34º 0.88% 0.57% -
XYZ 14.72 20.92 30.05 -
YUV 103.79 151.25 66.09 -
System Red Green Blue C M Y K H S L
Decimal 17 140 145 0.88 0.03 0 0.43 182.34 0.79 0.32
Hex 11 8C 91 58 3 0 2B B6 4F 20
Octal 21 214 221 130 3 0 53 266 117 40
Binary 10001 10001100 10010001 1011000 11 0 101011 10110110 1001111 100000

Color Harmonies of #118C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C91

Black with #118C91

Text Example


Text Example

White with #118C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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