Html Css Color HEX #119C71 Free Speech Aquamarine

📋 copy color: '#119C71'

red 17 ◦ green 156 ◦ blue 113

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

Shades of Free Speech Aquamarine #119C71

Tints of Free Speech Aquamarine #119C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.55%

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

R = 5.94%
G = 54.55%
B = 39.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#119C71 (or 0x119C71) is known color: Free Speech Aquamarine. HEX triplet: 11, 9C and 71. RGB value is (17,156,113). Sum of RGB (Red+Green+Blue) = 17+156+113=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #119C71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119C71 is #EE638E. Grayscale: #6D6D6D. Windows color (decimal): -15623055 or 7445521. OLE color: 7445521.

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

Color convert

RGB 17 156 113 -
CMYK 0.89 0 0.28 0.39
HSL 161.44º 0.8% 0.34% -
HSV(B) 161.44º 0.89% 0.61% -
XYZ 15.1 25.09 19.67 -
YUV 109.54 129.95 62 -
System Red Green Blue C M Y K H S L
Decimal 17 156 113 0.89 0 0.28 0.39 161.44 0.8 0.34
Hex 11 9C 71 59 0 1C 27 A1 50 22
Octal 21 234 161 131 0 34 47 241 120 42
Binary 10001 10011100 1110001 1011001 0 11100 100111 10100001 1010000 100010

Color Harmonies of #119C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119C71

Black with #119C71

Text Example


Text Example

White with #119C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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