Html Css Color HEX #118685 Dark Cyan

📋 copy color: '#118685'

red 17 ◦ green 134 ◦ blue 133

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

Shades of Dark Cyan #118685

Tints of Dark Cyan #118685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.83%

R = 5.99%
G = 47.18%
B = 46.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#118685 (or 0x118685) is known color: Dark Cyan. HEX triplet: 11, 86 and 85. RGB value is (17,134,133). Sum of RGB (Red+Green+Blue) = 17+134+133=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #118685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118685 is #EE797A. Grayscale: #626262. Windows color (decimal): -15628667 or 8750609. OLE color: 8750609.

HSL color Cylindrical-coordinate representation of color #118685: hue angle of 179.49º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118685 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 134 133 -
CMYK 0.87 0 0.01 0.47
HSL 179.49º 0.77% 0.3% -
HSV(B) 179.49º 0.87% 0.53% -
XYZ 12.99 18.86 25.15 -
YUV 98.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 17 134 133 0.87 0 0.01 0.47 179.49 0.77 0.3
Hex 11 86 85 57 0 1 2F B3 4D 1E
Octal 21 206 205 127 0 1 57 263 115 36
Binary 10001 10000110 10000101 1010111 0 1 101111 10110011 1001101 11110

Color Harmonies of #118685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118685

Black with #118685

Text Example


Text Example

White with #118685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118685; }

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

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

background-color css

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

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

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

border-color css

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

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

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