Html Css Color HEX #11A57C Free Speech Aquamarine

📋 copy color: '#11A57C'

red 17 ◦ green 165 ◦ blue 124

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

Shades of Free Speech Aquamarine #11A57C

Tints of Free Speech Aquamarine #11A57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.92%

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 5.56%
G = 53.92%
B = 40.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#11A57C (or 0x11A57C) is known color: Free Speech Aquamarine. HEX triplet: 11, A5 and 7C. RGB value is (17,165,124). Sum of RGB (Red+Green+Blue) = 17+165+124=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #11A57C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A57C is #EE5A83. Grayscale: #747474. Windows color (decimal): -15620740 or 8168721. OLE color: 8168721.

HSL color Cylindrical-coordinate representation of color #11A57C: hue angle of 163.38º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A57C is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 165 124 -
CMYK 0.90 0 0.25 0.35
HSL 163.38º 0.81% 0.36% -
HSV(B) 163.38º 0.9% 0.65% -
XYZ 17.32 28.48 23.65 -
YUV 116.07 132.47 57.33 -
System Red Green Blue C M Y K H S L
Decimal 17 165 124 0.90 0 0.25 0.35 163.38 0.81 0.36
Hex 11 A5 7C 5A 0 19 23 A3 51 24
Octal 21 245 174 132 0 31 43 243 121 44
Binary 10001 10100101 1111100 1011010 0 11001 100011 10100011 1010001 100100

Color Harmonies of #11A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A57C

Black with #11A57C

Text Example


Text Example

White with #11A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A57C; }

 p { color: rgb(17,165,124); }

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

background-color css

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

 a { background-color: rgb(17,165,124); }

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

border-color css

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

 span { border-color: rgb(17,165,124); }

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