Html Css Color HEX #118A93 Dark Cyan

📋 copy color: '#118A93'

red 17 ◦ green 138 ◦ blue 147

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

Shades of Dark Cyan #118A93

Tints of Dark Cyan #118A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.7%

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

R = 5.63%
G = 45.7%
B = 48.68%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118A93 (or 0x118A93) is known color: Dark Cyan. HEX triplet: 11, 8A and 93. RGB value is (17,138,147). Sum of RGB (Red+Green+Blue) = 17+138+147=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #118A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118A93 is #EE756C. Grayscale: #666666. Windows color (decimal): -15627629 or 9669137. OLE color: 9669137.

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

Color convert

RGB 17 138 147 -
CMYK 0.88 0.06 0 0.42
HSL 184.15º 0.79% 0.32% -
HSV(B) 184.15º 0.88% 0.58% -
XYZ 14.59 20.4 30.77 -
YUV 102.85 152.91 66.77 -
System Red Green Blue C M Y K H S L
Decimal 17 138 147 0.88 0.06 0 0.42 184.15 0.79 0.32
Hex 11 8A 93 58 6 0 2A B8 4F 20
Octal 21 212 223 130 6 0 52 270 117 40
Binary 10001 10001010 10010011 1011000 110 0 101010 10111000 1001111 100000

Color Harmonies of #118A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A93

Black with #118A93

Text Example


Text Example

White with #118A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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