Html Css Color HEX #119D71 Free Speech Aquamarine

📋 copy color: '#119D71'

red 17 ◦ green 157 ◦ blue 113

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

Shades of Free Speech Aquamarine #119D71

Tints of Free Speech Aquamarine #119D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.7%

 BLUE value IS 113 (44.53% from 255) = 39.37%

R = 5.92%
G = 54.7%
B = 39.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#119D71 (or 0x119D71) is known color: Free Speech Aquamarine. HEX triplet: 11, 9D and 71. RGB value is (17,157,113). Sum of RGB (Red+Green+Blue) = 17+157+113=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #119D71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D71 is #EE628E. Grayscale: #6E6E6E. Windows color (decimal): -15622799 or 7445777. OLE color: 7445777.

HSL color Cylindrical-coordinate representation of color #119D71: hue angle of 161.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D71 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 157 113 -
CMYK 0.89 0 0.28 0.38
HSL 161.14º 0.8% 0.34% -
HSV(B) 161.14º 0.89% 0.62% -
XYZ 15.27 25.43 19.73 -
YUV 110.12 129.62 61.58 -
System Red Green Blue C M Y K H S L
Decimal 17 157 113 0.89 0 0.28 0.38 161.14 0.8 0.34
Hex 11 9D 71 59 0 1C 26 A1 50 22
Octal 21 235 161 131 0 34 46 241 120 42
Binary 10001 10011101 1110001 1011001 0 11100 100110 10100001 1010000 100010

Color Harmonies of #119D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119D71

Black with #119D71

Text Example


Text Example

White with #119D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119D71; }

 p { color: rgb(17,157,113); }

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

background-color css

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

 a { background-color: rgb(17,157,113); }

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

border-color css

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

 span { border-color: rgb(17,157,113); }

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