Html Css Color HEX #118590 Dark Cyan

📋 copy color: '#118590'

red 17 ◦ green 133 ◦ blue 144

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

Shades of Dark Cyan #118590

Tints of Dark Cyan #118590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.24%

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

R = 5.78%
G = 45.24%
B = 48.98%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#118590 (or 0x118590) is known color: Dark Cyan. HEX triplet: 11, 85 and 90. RGB value is (17,133,144). Sum of RGB (Red+Green+Blue) = 17+133+144=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #118590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118590 is #EE7A6F. Grayscale: #636363. Windows color (decimal): -15628912 or 9471249. OLE color: 9471249.

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

Color convert

RGB 17 133 144 -
CMYK 0.88 0.08 0 0.44
HSL 185.2º 0.79% 0.32% -
HSV(B) 185.2º 0.88% 0.56% -
XYZ 13.65 18.91 29.32 -
YUV 99.57 153.07 69.11 -
System Red Green Blue C M Y K H S L
Decimal 17 133 144 0.88 0.08 0 0.44 185.2 0.79 0.32
Hex 11 85 90 58 8 0 2C B9 4F 20
Octal 21 205 220 130 10 0 54 271 117 40
Binary 10001 10000101 10010000 1011000 1000 0 101100 10111001 1001111 100000

Color Harmonies of #118590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118590

Black with #118590

Text Example


Text Example

White with #118590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118590; }

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

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

background-color css

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

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

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

border-color css

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

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

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