Html Css Color HEX #118390 Dark Cyan

📋 copy color: '#118390'

red 17 ◦ green 131 ◦ blue 144

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

Shades of Dark Cyan #118390

Tints of Dark Cyan #118390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.86%

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

R = 5.82%
G = 44.86%
B = 49.32%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#118390 (or 0x118390) is known color: Dark Cyan. HEX triplet: 11, 83 and 90. RGB value is (17,131,144). Sum of RGB (Red+Green+Blue) = 17+131+144=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #118390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118390 is #EE7C6F. Grayscale: #626262. Windows color (decimal): -15629424 or 9470737. OLE color: 9470737.

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

Color convert

RGB 17 131 144 -
CMYK 0.88 0.09 0 0.44
HSL 186.14º 0.79% 0.32% -
HSV(B) 186.14º 0.88% 0.56% -
XYZ 13.38 18.37 29.23 -
YUV 98.4 153.73 69.94 -
System Red Green Blue C M Y K H S L
Decimal 17 131 144 0.88 0.09 0 0.44 186.14 0.79 0.32
Hex 11 83 90 58 9 0 2C BA 4F 20
Octal 21 203 220 130 11 0 54 272 117 40
Binary 10001 10000011 10010000 1011000 1001 0 101100 10111010 1001111 100000

Color Harmonies of #118390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118390

Black with #118390

Text Example


Text Example

White with #118390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118390; }

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

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

background-color css

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

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

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

border-color css

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

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

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