Html Css Color HEX #119289 Dark Cyan

📋 copy color: '#119289'

red 17 ◦ green 146 ◦ blue 137

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

Shades of Dark Cyan #119289

Tints of Dark Cyan #119289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.67%

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

R = 5.67%
G = 48.67%
B = 45.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#119289 (or 0x119289) is known color: Dark Cyan. HEX triplet: 11, 92 and 89. RGB value is (17,146,137). Sum of RGB (Red+Green+Blue) = 17+146+137=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #119289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119289 is #EE6D76. Grayscale: #6A6A6A. Windows color (decimal): -15625591 or 9015825. OLE color: 9015825.

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

Color convert

RGB 17 146 137 -
CMYK 0.88 0 0.06 0.43
HSL 175.81º 0.79% 0.32% -
HSV(B) 175.81º 0.88% 0.57% -
XYZ 15.03 22.48 27.21 -
YUV 106.4 145.26 64.23 -
System Red Green Blue C M Y K H S L
Decimal 17 146 137 0.88 0 0.06 0.43 175.81 0.79 0.32
Hex 11 92 89 58 0 6 2B B0 4F 20
Octal 21 222 211 130 0 6 53 260 117 40
Binary 10001 10010010 10001001 1011000 0 110 101011 10110000 1001111 100000

Color Harmonies of #119289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119289

Black with #119289

Text Example


Text Example

White with #119289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119289; }

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

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

background-color css

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

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

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

border-color css

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

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

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