Html Css Color HEX #118693 Dark Cyan

📋 copy color: '#118693'

red 17 ◦ green 134 ◦ blue 147

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

Shades of Dark Cyan #118693

Tints of Dark Cyan #118693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.33%

R = 5.7%
G = 44.97%
B = 49.33%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118693 (or 0x118693) is known color: Dark Cyan. HEX triplet: 11, 86 and 93. RGB value is (17,134,147). Sum of RGB (Red+Green+Blue) = 17+134+147=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #118693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118693 is #EE796C. Grayscale: #646464. Windows color (decimal): -15628653 or 9668113. OLE color: 9668113.

HSL color Cylindrical-coordinate representation of color #118693: hue angle of 186º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118693 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 134 147 -
CMYK 0.88 0.09 0 0.42
HSL 186º 0.79% 0.32% -
HSV(B) 186º 0.88% 0.58% -
XYZ 14.02 19.28 30.59 -
YUV 100.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 17 134 147 0.88 0.09 0 0.42 186 0.79 0.32
Hex 11 86 93 58 9 0 2A BA 4F 20
Octal 21 206 223 130 11 0 52 272 117 40
Binary 10001 10000110 10010011 1011000 1001 0 101010 10111010 1001111 100000

Color Harmonies of #118693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118693

Black with #118693

Text Example


Text Example

White with #118693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118693; }

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

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

background-color css

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

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

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

border-color css

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

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

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