Html Css Color HEX #118893 Dark Cyan

📋 copy color: '#118893'

red 17 ◦ green 136 ◦ blue 147

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

Shades of Dark Cyan #118893

Tints of Dark Cyan #118893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.33%

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

R = 5.67%
G = 45.33%
B = 49%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118893 (or 0x118893) is known color: Dark Cyan. HEX triplet: 11, 88 and 93. RGB value is (17,136,147). Sum of RGB (Red+Green+Blue) = 17+136+147=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #118893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118893 is #EE776C. Grayscale: #656565. Windows color (decimal): -15628141 or 9668625. OLE color: 9668625.

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

Color convert

RGB 17 136 147 -
CMYK 0.88 0.07 0 0.42
HSL 185.08º 0.79% 0.32% -
HSV(B) 185.08º 0.88% 0.58% -
XYZ 14.3 19.83 30.68 -
YUV 101.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 17 136 147 0.88 0.07 0 0.42 185.08 0.79 0.32
Hex 11 88 93 58 7 0 2A B9 4F 20
Octal 21 210 223 130 7 0 52 271 117 40
Binary 10001 10001000 10010011 1011000 111 0 101010 10111001 1001111 100000

Color Harmonies of #118893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118893

Black with #118893

Text Example


Text Example

White with #118893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118893; }

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

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

background-color css

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

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

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

border-color css

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

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

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