Html Css Color HEX #118C94 Dark Cyan

📋 copy color: '#118C94'

red 17 ◦ green 140 ◦ blue 148

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

Shades of Dark Cyan #118C94

Tints of Dark Cyan #118C94

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.9%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 5.57%
G = 45.9%
B = 48.52%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118C94 (or 0x118C94) is known color: Dark Cyan. HEX triplet: 11, 8C and 94. RGB value is (17,140,148). Sum of RGB (Red+Green+Blue) = 17+140+148=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #118C94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118C94 is #EE736B. Grayscale: #676767. Windows color (decimal): -15627116 or 9735185. OLE color: 9735185.

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

Color convert

RGB 17 140 148 -
CMYK 0.89 0.05 0 0.42
HSL 183.66º 0.79% 0.32% -
HSV(B) 183.66º 0.89% 0.58% -
XYZ 14.95 21.01 31.28 -
YUV 104.14 152.75 65.85 -
System Red Green Blue C M Y K H S L
Decimal 17 140 148 0.89 0.05 0 0.42 183.66 0.79 0.32
Hex 11 8C 94 59 5 0 2A B8 4F 20
Octal 21 214 224 131 5 0 52 270 117 40
Binary 10001 10001100 10010100 1011001 101 0 101010 10111000 1001111 100000

Color Harmonies of #118C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C94

Black with #118C94

Text Example


Text Example

White with #118C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,140,148); }

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

background-color css

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

 a { background-color: rgb(17,140,148); }

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

border-color css

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

 span { border-color: rgb(17,140,148); }

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