Html Css Color HEX #118290 Dark Cyan

📋 copy color: '#118290'

red 17 ◦ green 130 ◦ blue 144

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

Shades of Dark Cyan #118290

Tints of Dark Cyan #118290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

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

R = 5.84%
G = 44.67%
B = 49.48%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#118290 (or 0x118290) is known color: Dark Cyan. HEX triplet: 11, 82 and 90. RGB value is (17,130,144). Sum of RGB (Red+Green+Blue) = 17+130+144=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #118290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118290 is #EE7D6F. Grayscale: #616161. Windows color (decimal): -15629680 or 9470481. OLE color: 9470481.

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

Color convert

RGB 17 130 144 -
CMYK 0.88 0.10 0 0.44
HSL 186.61º 0.79% 0.32% -
HSV(B) 186.61º 0.88% 0.56% -
XYZ 13.25 18.1 29.18 -
YUV 97.81 154.06 70.36 -
System Red Green Blue C M Y K H S L
Decimal 17 130 144 0.88 0.10 0 0.44 186.61 0.79 0.32
Hex 11 82 90 58 A 0 2C BB 4F 20
Octal 21 202 220 130 12 0 54 273 117 40
Binary 10001 10000010 10010000 1011000 1010 0 101100 10111011 1001111 100000

Color Harmonies of #118290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118290

Black with #118290

Text Example


Text Example

White with #118290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118290; }

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

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

background-color css

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

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

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

border-color css

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

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

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