Html Css Color HEX #119089 Dark Cyan

📋 copy color: '#119089'

red 17 ◦ green 144 ◦ blue 137

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

Shades of Dark Cyan #119089

Tints of Dark Cyan #119089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.32%

 BLUE value IS 137 (53.91% from 255) = 45.97%

R = 5.7%
G = 48.32%
B = 45.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#119089 (or 0x119089) is known color: Dark Cyan. HEX triplet: 11, 90 and 89. RGB value is (17,144,137). Sum of RGB (Red+Green+Blue) = 17+144+137=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #119089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119089 is #EE6F76. Grayscale: #696969. Windows color (decimal): -15626103 or 9015313. OLE color: 9015313.

HSL color Cylindrical-coordinate representation of color #119089: hue angle of 176.69º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119089 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 144 137 -
CMYK 0.88 0 0.05 0.44
HSL 176.69º 0.79% 0.32% -
HSV(B) 176.69º 0.88% 0.56% -
XYZ 14.72 21.87 27.11 -
YUV 105.23 145.92 65.07 -
System Red Green Blue C M Y K H S L
Decimal 17 144 137 0.88 0 0.05 0.44 176.69 0.79 0.32
Hex 11 90 89 58 0 5 2C B1 4F 20
Octal 21 220 211 130 0 5 54 261 117 40
Binary 10001 10010000 10001001 1011000 0 101 101100 10110001 1001111 100000

Color Harmonies of #119089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119089

Black with #119089

Text Example


Text Example

White with #119089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119089; }

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

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

background-color css

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

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

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

border-color css

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

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

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