Html Css Color HEX #119677 Free Speech Aquamarine

📋 copy color: '#119677'

red 17 ◦ green 150 ◦ blue 119

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

Shades of Free Speech Aquamarine #119677

Tints of Free Speech Aquamarine #119677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.61%

R = 5.94%
G = 52.45%
B = 41.61%

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

#119677 (or 0x119677) is known color: Free Speech Aquamarine. HEX triplet: 11, 96 and 77. RGB value is (17,150,119). Sum of RGB (Red+Green+Blue) = 17+150+119=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #119677 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119677 is #EE6988. Grayscale: #6A6A6A. Windows color (decimal): -15624585 or 7837201. OLE color: 7837201.

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

Color convert

RGB 17 150 119 -
CMYK 0.89 0 0.21 0.41
HSL 166.02º 0.8% 0.33% -
HSV(B) 166.02º 0.89% 0.59% -
XYZ 14.47 23.26 21.18 -
YUV 106.7 134.94 64.02 -
System Red Green Blue C M Y K H S L
Decimal 17 150 119 0.89 0 0.21 0.41 166.02 0.8 0.33
Hex 11 96 77 59 0 15 29 A6 50 21
Octal 21 226 167 131 0 25 51 246 120 41
Binary 10001 10010110 1110111 1011001 0 10101 101001 10100110 1010000 100001

Color Harmonies of #119677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119677

Black with #119677

Text Example


Text Example

White with #119677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119677; }

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

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

background-color css

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

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

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

border-color css

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

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

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