Html Css Color HEX #119989 Persian Green

📋 copy color: '#119989'

red 17 ◦ green 153 ◦ blue 137

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

Shades of Persian Green #119989

Tints of Persian Green #119989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.84%

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

R = 5.54%
G = 49.84%
B = 44.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#119989 (or 0x119989) is known color: Persian Green. HEX triplet: 11, 99 and 89. RGB value is (17,153,137). Sum of RGB (Red+Green+Blue) = 17+153+137=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #119989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119989 is #EE6676. Grayscale: #6E6E6E. Windows color (decimal): -15623799 or 9017617. OLE color: 9017617.

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

Color convert

RGB 17 153 137 -
CMYK 0.89 0 0.10 0.4
HSL 172.94º 0.8% 0.33% -
HSV(B) 172.94º 0.89% 0.6% -
XYZ 16.14 24.71 27.59 -
YUV 110.51 142.94 61.3 -
System Red Green Blue C M Y K H S L
Decimal 17 153 137 0.89 0 0.10 0.4 172.94 0.8 0.33
Hex 11 99 89 59 0 A 28 AD 50 21
Octal 21 231 211 131 0 12 50 255 120 41
Binary 10001 10011001 10001001 1011001 0 1010 101000 10101101 1010000 100001

Color Harmonies of #119989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119989

Black with #119989

Text Example


Text Example

White with #119989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119989; }

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

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

background-color css

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

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

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

border-color css

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

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

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