Html Css Color HEX #118994 Dark Cyan

📋 copy color: '#118994'

red 17 ◦ green 137 ◦ blue 148

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

Shades of Dark Cyan #118994

Tints of Dark Cyan #118994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

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

R = 5.63%
G = 45.36%
B = 49.01%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118994 (or 0x118994) is known color: Dark Cyan. HEX triplet: 11, 89 and 94. RGB value is (17,137,148). Sum of RGB (Red+Green+Blue) = 17+137+148=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #118994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118994 is #EE766B. Grayscale: #666666. Windows color (decimal): -15627884 or 9734417. OLE color: 9734417.

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

Color convert

RGB 17 137 148 -
CMYK 0.89 0.07 0 0.42
HSL 185.04º 0.79% 0.32% -
HSV(B) 185.04º 0.89% 0.58% -
XYZ 14.52 20.15 31.14 -
YUV 102.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 17 137 148 0.89 0.07 0 0.42 185.04 0.79 0.32
Hex 11 89 94 59 7 0 2A B9 4F 20
Octal 21 211 224 131 7 0 52 271 117 40
Binary 10001 10001001 10010100 1011001 111 0 101010 10111001 1001111 100000

Color Harmonies of #118994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118994

Black with #118994

Text Example


Text Example

White with #118994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118994; }

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

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

background-color css

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

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

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

border-color css

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

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

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