Html Css Color HEX #119577 Free Speech Aquamarine

📋 copy color: '#119577'

red 17 ◦ green 149 ◦ blue 119

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

Shades of Free Speech Aquamarine #119577

Tints of Free Speech Aquamarine #119577

RGB

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

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

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

R = 5.96%
G = 52.28%
B = 41.75%

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

#119577 (or 0x119577) is known color: Free Speech Aquamarine. HEX triplet: 11, 95 and 77. RGB value is (17,149,119). Sum of RGB (Red+Green+Blue) = 17+149+119=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #119577 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119577 is #EE6A88. Grayscale: #6A6A6A. Windows color (decimal): -15624841 or 7836945. OLE color: 7836945.

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

Color convert

RGB 17 149 119 -
CMYK 0.89 0 0.20 0.42
HSL 166.36º 0.8% 0.33% -
HSV(B) 166.36º 0.89% 0.58% -
XYZ 14.31 22.95 21.13 -
YUV 106.11 135.27 64.44 -
System Red Green Blue C M Y K H S L
Decimal 17 149 119 0.89 0 0.20 0.42 166.36 0.8 0.33
Hex 11 95 77 59 0 14 2A A6 50 21
Octal 21 225 167 131 0 24 52 246 120 41
Binary 10001 10010101 1110111 1011001 0 10100 101010 10100110 1010000 100001

Color Harmonies of #119577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119577

Black with #119577

Text Example


Text Example

White with #119577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119577; }

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

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

background-color css

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

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

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

border-color css

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

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

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