Html Css Color HEX #118690 Dark Cyan

📋 copy color: '#118690'

red 17 ◦ green 134 ◦ blue 144

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

Shades of Dark Cyan #118690

Tints of Dark Cyan #118690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.42%

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

R = 5.76%
G = 45.42%
B = 48.81%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#118690 (or 0x118690) is known color: Dark Cyan. HEX triplet: 11, 86 and 90. RGB value is (17,134,144). Sum of RGB (Red+Green+Blue) = 17+134+144=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #118690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118690 is #EE796F. Grayscale: #646464. Windows color (decimal): -15628656 or 9471505. OLE color: 9471505.

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

Color convert

RGB 17 134 144 -
CMYK 0.88 0.07 0 0.44
HSL 184.72º 0.79% 0.32% -
HSV(B) 184.72º 0.88% 0.56% -
XYZ 13.79 19.18 29.36 -
YUV 100.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 17 134 144 0.88 0.07 0 0.44 184.72 0.79 0.32
Hex 11 86 90 58 7 0 2C B9 4F 20
Octal 21 206 220 130 7 0 54 271 117 40
Binary 10001 10000110 10010000 1011000 111 0 101100 10111001 1001111 100000

Color Harmonies of #118690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118690

Black with #118690

Text Example


Text Example

White with #118690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118690; }

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

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

background-color css

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

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

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

border-color css

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

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

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