Html Css Color HEX #118291 Dark Cyan

📋 copy color: '#118291'

red 17 ◦ green 130 ◦ blue 145

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

Shades of Dark Cyan #118291

Tints of Dark Cyan #118291

RGB

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

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

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

R = 5.82%
G = 44.52%
B = 49.66%

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

#118291 (or 0x118291) is known color: Dark Cyan. HEX triplet: 11, 82 and 91. RGB value is (17,130,145). Sum of RGB (Red+Green+Blue) = 17+130+145=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #118291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118291 is #EE7D6E. Grayscale: #616161. Windows color (decimal): -15629679 or 9536017. OLE color: 9536017.

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

Color convert

RGB 17 130 145 -
CMYK 0.88 0.10 0 0.43
HSL 187.03º 0.79% 0.32% -
HSV(B) 187.03º 0.88% 0.57% -
XYZ 13.32 18.13 29.58 -
YUV 97.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 17 130 145 0.88 0.10 0 0.43 187.03 0.79 0.32
Hex 11 82 91 58 A 0 2B BB 4F 20
Octal 21 202 221 130 12 0 53 273 117 40
Binary 10001 10000010 10010001 1011000 1010 0 101011 10111011 1001111 100000

Color Harmonies of #118291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118291

Black with #118291

Text Example


Text Example

White with #118291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118291; }

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

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

background-color css

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

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

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

border-color css

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

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

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