Html Css Color HEX #119379 Free Speech Aquamarine

📋 copy color: '#119379'

red 17 ◦ green 147 ◦ blue 121

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

Shades of Free Speech Aquamarine #119379

Tints of Free Speech Aquamarine #119379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.58%

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

R = 5.96%
G = 51.58%
B = 42.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#119379 (or 0x119379) is known color: Free Speech Aquamarine. HEX triplet: 11, 93 and 79. RGB value is (17,147,121). Sum of RGB (Red+Green+Blue) = 17+147+121=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #119379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119379 is #EE6C86. Grayscale: #696969. Windows color (decimal): -15625351 or 7967505. OLE color: 7967505.

HSL color Cylindrical-coordinate representation of color #119379: hue angle of 168º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119379 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 147 121 -
CMYK 0.88 0 0.18 0.42
HSL 168º 0.79% 0.32% -
HSV(B) 168º 0.88% 0.58% -
XYZ 14.12 22.37 21.66 -
YUV 105.17 136.93 65.11 -
System Red Green Blue C M Y K H S L
Decimal 17 147 121 0.88 0 0.18 0.42 168 0.79 0.32
Hex 11 93 79 58 0 12 2A A8 4F 20
Octal 21 223 171 130 0 22 52 250 117 40
Binary 10001 10010011 1111001 1011000 0 10010 101010 10101000 1001111 100000

Color Harmonies of #119379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119379

Black with #119379

Text Example


Text Example

White with #119379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119379; }

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

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

background-color css

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

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

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

border-color css

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

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

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