Html Css Color HEX #11957F Free Speech Aquamarine

📋 copy color: '#11957F'

red 17 ◦ green 149 ◦ blue 127

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

Shades of Free Speech Aquamarine #11957F

Tints of Free Speech Aquamarine #11957F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.34%

R = 5.8%
G = 50.85%
B = 43.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#11957F (or 0x11957F) is known color: Free Speech Aquamarine. HEX triplet: 11, 95 and 7F. RGB value is (17,149,127). Sum of RGB (Red+Green+Blue) = 17+149+127=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #11957F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11957F is #EE6A80. Grayscale: #6A6A6A. Windows color (decimal): -15624833 or 8361233. OLE color: 8361233.

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

Color convert

RGB 17 149 127 -
CMYK 0.89 0 0.15 0.42
HSL 170º 0.8% 0.33% -
HSV(B) 170º 0.89% 0.58% -
XYZ 14.81 23.15 23.77 -
YUV 107.02 139.27 63.79 -
System Red Green Blue C M Y K H S L
Decimal 17 149 127 0.89 0 0.15 0.42 170 0.8 0.33
Hex 11 95 7F 59 0 F 2A AA 50 21
Octal 21 225 177 131 0 17 52 252 120 41
Binary 10001 10010101 1111111 1011001 0 1111 101010 10101010 1010000 100001

Color Harmonies of #11957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11957F

Black with #11957F

Text Example


Text Example

White with #11957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11957F; }

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

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

background-color css

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

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

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

border-color css

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

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

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