Html Css Color HEX #119679 Free Speech Aquamarine

📋 copy color: '#119679'

red 17 ◦ green 150 ◦ blue 121

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

Shades of Free Speech Aquamarine #119679

Tints of Free Speech Aquamarine #119679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.08%

 BLUE value IS 121 (47.66% from 255) = 42.01%

R = 5.9%
G = 52.08%
B = 42.01%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#119679 (or 0x119679) is known color: Free Speech Aquamarine. HEX triplet: 11, 96 and 79. RGB value is (17,150,121). Sum of RGB (Red+Green+Blue) = 17+150+121=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #119679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119679 is #EE6986. Grayscale: #6A6A6A. Windows color (decimal): -15624583 or 7968273. OLE color: 7968273.

HSL color Cylindrical-coordinate representation of color #119679: hue angle of 166.92º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119679 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 121 -
CMYK 0.89 0 0.19 0.41
HSL 166.92º 0.8% 0.33% -
HSV(B) 166.92º 0.89% 0.59% -
XYZ 14.59 23.31 21.82 -
YUV 106.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 17 150 121 0.89 0 0.19 0.41 166.92 0.8 0.33
Hex 11 96 79 59 0 13 29 A7 50 21
Octal 21 226 171 131 0 23 51 247 120 41
Binary 10001 10010110 1111001 1011001 0 10011 101001 10100111 1010000 100001

Color Harmonies of #119679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119679

Black with #119679

Text Example


Text Example

White with #119679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119679; }

 p { color: rgb(17,150,121); }

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

background-color css

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

 a { background-color: rgb(17,150,121); }

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

border-color css

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

 span { border-color: rgb(17,150,121); }

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