Html Css Color HEX #119476 Free Speech Aquamarine

📋 copy color: '#119476'

red 17 ◦ green 148 ◦ blue 118

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

Shades of Free Speech Aquamarine #119476

Tints of Free Speech Aquamarine #119476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

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

R = 6.01%
G = 52.3%
B = 41.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#119476 (or 0x119476) is known color: Free Speech Aquamarine. HEX triplet: 11, 94 and 76. RGB value is (17,148,118). Sum of RGB (Red+Green+Blue) = 17+148+118=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #119476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119476 is #EE6B89. Grayscale: #696969. Windows color (decimal): -15625098 or 7771153. OLE color: 7771153.

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

Color convert

RGB 17 148 118 -
CMYK 0.89 0 0.20 0.42
HSL 166.26º 0.79% 0.32% -
HSV(B) 166.26º 0.89% 0.58% -
XYZ 14.09 22.61 20.76 -
YUV 105.41 135.1 64.94 -
System Red Green Blue C M Y K H S L
Decimal 17 148 118 0.89 0 0.20 0.42 166.26 0.79 0.32
Hex 11 94 76 59 0 14 2A A6 4F 20
Octal 21 224 166 131 0 24 52 246 117 40
Binary 10001 10010100 1110110 1011001 0 10100 101010 10100110 1001111 100000

Color Harmonies of #119476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119476

Black with #119476

Text Example


Text Example

White with #119476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119476; }

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

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

background-color css

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

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

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

border-color css

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

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

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