Html Css Color HEX #119676 Free Speech Aquamarine

📋 copy color: '#119676'

red 17 ◦ green 150 ◦ blue 118

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

Shades of Free Speech Aquamarine #119676

Tints of Free Speech Aquamarine #119676

RGB

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

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

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

R = 5.96%
G = 52.63%
B = 41.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#119676 (or 0x119676) is known color: Free Speech Aquamarine. HEX triplet: 11, 96 and 76. RGB value is (17,150,118). Sum of RGB (Red+Green+Blue) = 17+150+118=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #119676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119676 is #EE6989. Grayscale: #6A6A6A. Windows color (decimal): -15624586 or 7771665. OLE color: 7771665.

HSL color Cylindrical-coordinate representation of color #119676: hue angle of 165.56º 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 #119676 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 118 -
CMYK 0.89 0 0.21 0.41
HSL 165.56º 0.8% 0.33% -
HSV(B) 165.56º 0.89% 0.59% -
XYZ 14.41 23.24 20.87 -
YUV 106.59 134.44 64.1 -
System Red Green Blue C M Y K H S L
Decimal 17 150 118 0.89 0 0.21 0.41 165.56 0.8 0.33
Hex 11 96 76 59 0 15 29 A6 50 21
Octal 21 226 166 131 0 25 51 246 120 41
Binary 10001 10010110 1110110 1011001 0 10101 101001 10100110 1010000 100001

Color Harmonies of #119676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119676

Black with #119676

Text Example


Text Example

White with #119676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119676; }

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

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

background-color css

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

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

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

border-color css

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

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

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