Html Css Color HEX #118E90 Dark Cyan

📋 copy color: '#118E90'

red 17 ◦ green 142 ◦ blue 144

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

Shades of Dark Cyan #118E90

Tints of Dark Cyan #118E90

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.86%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 5.61%
G = 46.86%
B = 47.52%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#118E90 (or 0x118E90) is known color: Dark Cyan. HEX triplet: 11, 8E and 90. RGB value is (17,142,144). Sum of RGB (Red+Green+Blue) = 17+142+144=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #118E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118E90 is #EE716F. Grayscale: #686868. Windows color (decimal): -15626608 or 9473553. OLE color: 9473553.

HSL color Cylindrical-coordinate representation of color #118E90: hue angle of 180.94º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118E90 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 142 144 -
CMYK 0.88 0.01 0 0.44
HSL 180.94º 0.79% 0.32% -
HSV(B) 180.94º 0.88% 0.56% -
XYZ 14.94 21.48 29.74 -
YUV 104.85 150.09 65.34 -
System Red Green Blue C M Y K H S L
Decimal 17 142 144 0.88 0.01 0 0.44 180.94 0.79 0.32
Hex 11 8E 90 58 1 0 2C B5 4F 20
Octal 21 216 220 130 1 0 54 265 117 40
Binary 10001 10001110 10010000 1011000 1 0 101100 10110101 1001111 100000

Color Harmonies of #118E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118E90

Black with #118E90

Text Example


Text Example

White with #118E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,142,144); }

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

background-color css

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

 a { background-color: rgb(17,142,144); }

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

border-color css

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

 span { border-color: rgb(17,142,144); }

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