Html Css Color HEX #119F76 Free Speech Aquamarine

📋 copy color: '#119F76'

red 17 ◦ green 159 ◦ blue 118

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

Shades of Free Speech Aquamarine #119F76

Tints of Free Speech Aquamarine #119F76

RGB

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

 GREEN value IS 159 (62.5% from 255) = 54.08%

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 5.78%
G = 54.08%
B = 40.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#119F76 (or 0x119F76) is known color: Free Speech Aquamarine. HEX triplet: 11, 9F and 76. RGB value is (17,159,118). Sum of RGB (Red+Green+Blue) = 17+159+118=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #119F76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119F76 is #EE6089. Grayscale: #6F6F6F. Windows color (decimal): -15622282 or 7773969. OLE color: 7773969.

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

Color convert

RGB 17 159 118 -
CMYK 0.89 0 0.26 0.38
HSL 162.68º 0.81% 0.35% -
HSV(B) 162.68º 0.89% 0.62% -
XYZ 15.9 26.22 21.36 -
YUV 111.87 131.46 60.33 -
System Red Green Blue C M Y K H S L
Decimal 17 159 118 0.89 0 0.26 0.38 162.68 0.81 0.35
Hex 11 9F 76 59 0 1A 26 A3 51 23
Octal 21 237 166 131 0 32 46 243 121 43
Binary 10001 10011111 1110110 1011001 0 11010 100110 10100011 1010001 100011

Color Harmonies of #119F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F76

Black with #119F76

Text Example


Text Example

White with #119F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,159,118); }

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

background-color css

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

 a { background-color: rgb(17,159,118); }

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

border-color css

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

 span { border-color: rgb(17,159,118); }

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