Html Css Color HEX #118090 Dark Cyan

📋 copy color: '#118090'

red 17 ◦ green 128 ◦ blue 144

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

Shades of Dark Cyan #118090

Tints of Dark Cyan #118090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.29%

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

R = 5.88%
G = 44.29%
B = 49.83%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#118090 (or 0x118090) is known color: Dark Cyan. HEX triplet: 11, 80 and 90. RGB value is (17,128,144). Sum of RGB (Red+Green+Blue) = 17+128+144=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #118090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118090 is #EE7F6F. Grayscale: #606060. Windows color (decimal): -15630192 or 9469969. OLE color: 9469969.

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

Color convert

RGB 17 128 144 -
CMYK 0.88 0.11 0 0.44
HSL 187.56º 0.79% 0.32% -
HSV(B) 187.56º 0.88% 0.56% -
XYZ 12.98 17.57 29.09 -
YUV 96.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 17 128 144 0.88 0.11 0 0.44 187.56 0.79 0.32
Hex 11 80 90 58 B 0 2C BC 4F 20
Octal 21 200 220 130 13 0 54 274 117 40
Binary 10001 10000000 10010000 1011000 1011 0 101100 10111100 1001111 100000

Color Harmonies of #118090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118090

Black with #118090

Text Example


Text Example

White with #118090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118090; }

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

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

background-color css

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

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

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

border-color css

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

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

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