Html Css Color HEX #119576 Free Speech Aquamarine

📋 copy color: '#119576'

red 17 ◦ green 149 ◦ blue 118

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

Shades of Free Speech Aquamarine #119576

Tints of Free Speech Aquamarine #119576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.46%

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

R = 5.99%
G = 52.46%
B = 41.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#119576 (or 0x119576) is known color: Free Speech Aquamarine. HEX triplet: 11, 95 and 76. RGB value is (17,149,118). Sum of RGB (Red+Green+Blue) = 17+149+118=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #119576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119576 is #EE6A89. Grayscale: #696969. Windows color (decimal): -15624842 or 7771409. OLE color: 7771409.

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

Color convert

RGB 17 149 118 -
CMYK 0.89 0 0.21 0.42
HSL 165.91º 0.8% 0.33% -
HSV(B) 165.91º 0.89% 0.58% -
XYZ 14.25 22.92 20.81 -
YUV 106 134.77 64.52 -
System Red Green Blue C M Y K H S L
Decimal 17 149 118 0.89 0 0.21 0.42 165.91 0.8 0.33
Hex 11 95 76 59 0 15 2A A6 50 21
Octal 21 225 166 131 0 25 52 246 120 41
Binary 10001 10010101 1110110 1011001 0 10101 101010 10100110 1010000 100001

Color Harmonies of #119576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119576

Black with #119576

Text Example


Text Example

White with #119576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119576; }

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

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

background-color css

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

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

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

border-color css

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

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

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