Html Css Color HEX #119490 Dark Cyan

📋 copy color: '#119490'

red 17 ◦ green 148 ◦ blue 144

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

Shades of Dark Cyan #119490

Tints of Dark Cyan #119490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 5.5%
G = 47.9%
B = 46.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#119490 (or 0x119490) is known color: Dark Cyan. HEX triplet: 11, 94 and 90. RGB value is (17,148,144). Sum of RGB (Red+Green+Blue) = 17+148+144=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #119490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119490 is #EE6B6F. Grayscale: #6C6C6C. Windows color (decimal): -15625072 or 9475089. OLE color: 9475089.

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

Color convert

RGB 17 148 144 -
CMYK 0.89 0 0.03 0.42
HSL 178.17º 0.79% 0.32% -
HSV(B) 178.17º 0.89% 0.58% -
XYZ 15.86 23.31 30.05 -
YUV 108.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 17 148 144 0.89 0 0.03 0.42 178.17 0.79 0.32
Hex 11 94 90 59 0 3 2A B2 4F 20
Octal 21 224 220 131 0 3 52 262 117 40
Binary 10001 10010100 10010000 1011001 0 11 101010 10110010 1001111 100000

Color Harmonies of #119490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119490

Black with #119490

Text Example


Text Example

White with #119490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119490; }

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

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

background-color css

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

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

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

border-color css

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

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

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