Html Css Color HEX #119889 Dark Cyan

📋 copy color: '#119889'

red 17 ◦ green 152 ◦ blue 137

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

Shades of Dark Cyan #119889

Tints of Dark Cyan #119889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

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

R = 5.56%
G = 49.67%
B = 44.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#119889 (or 0x119889) is known color: Dark Cyan. HEX triplet: 11, 98 and 89. RGB value is (17,152,137). Sum of RGB (Red+Green+Blue) = 17+152+137=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #119889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119889 is #EE6776. Grayscale: #6D6D6D. Windows color (decimal): -15624055 or 9017361. OLE color: 9017361.

HSL color Cylindrical-coordinate representation of color #119889: hue angle of 173.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119889 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 152 137 -
CMYK 0.89 0 0.10 0.40
HSL 173.33º 0.8% 0.33% -
HSV(B) 173.33º 0.89% 0.6% -
XYZ 15.97 24.38 27.53 -
YUV 109.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 17 152 137 0.89 0 0.10 0.40 173.33 0.8 0.33
Hex 11 98 89 59 0 A 28 AD 50 21
Octal 21 230 211 131 0 12 50 255 120 41
Binary 10001 10011000 10001001 1011001 0 1010 101000 10101101 1010000 100001

Color Harmonies of #119889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119889

Black with #119889

Text Example


Text Example

White with #119889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119889; }

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

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

background-color css

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

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

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

border-color css

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

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

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