Html Css Color HEX #119971 Free Speech Aquamarine

📋 copy color: '#119971'

red 17 ◦ green 153 ◦ blue 113

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

Shades of Free Speech Aquamarine #119971

Tints of Free Speech Aquamarine #119971

RGB

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

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

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

R = 6.01%
G = 54.06%
B = 39.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#119971 (or 0x119971) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 71. RGB value is (17,153,113). Sum of RGB (Red+Green+Blue) = 17+153+113=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #119971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119971 is #EE668E. Grayscale: #6B6B6B. Windows color (decimal): -15623823 or 7444753. OLE color: 7444753.

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

Color convert

RGB 17 153 113 -
CMYK 0.89 0 0.26 0.4
HSL 162.35º 0.8% 0.33% -
HSV(B) 162.35º 0.89% 0.6% -
XYZ 14.6 24.09 19.5 -
YUV 107.78 130.94 63.25 -
System Red Green Blue C M Y K H S L
Decimal 17 153 113 0.89 0 0.26 0.4 162.35 0.8 0.33
Hex 11 99 71 59 0 1A 28 A2 50 21
Octal 21 231 161 131 0 32 50 242 120 41
Binary 10001 10011001 1110001 1011001 0 11010 101000 10100010 1010000 100001

Color Harmonies of #119971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119971

Black with #119971

Text Example


Text Example

White with #119971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119971; }

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

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

background-color css

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

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

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

border-color css

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

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

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