#13A475

Color #13A475 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #13A475

Tints of Free Speech Aquamarine #13A475

Color information

#13A475 (or 0x13A475) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, A4 and 75. RGB value is (19,164,117). Sum of RGB (Red+Green+Blue) = 19+164+117=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #13A475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A475 is #EC5B8A. Grayscale: #737373. Windows color (decimal): -15489931 or 7709715. OLE color: 7709715.

HSL color Cylindrical-coordinate representation of color #13A475: hue angle of 160.55º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A475 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB19164117-
CMYK0.8800.290.36
HSL160.55º79.23%35.88%-
HSV(B)160.55º88.41%64.31%-
XYZ16.7527.9721.35-
YUV115.29128.9659.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.33%
GREEN value IS 164 (64.45% from 255) = 54.67%
BLUE value IS 117 (46.09% from 255) = 39%
R=6.33%
G=54.67%
B=39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191641170.8800.290.36160.5579.2335.88
Hex13A4755801D24a14f24
Octal232441651300354424111744
Binary100111010010011101011011000011101100100101000011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A475; }

 p { color: rgb(19,164,117); }

 H1.HeaderClassName
 {
   color: #13A475;
 }
 .AnyTagClassName
 {
   color: #13A475;
 }
</style>
background-color css

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

 a { background-color: rgb(19,164,117); }

 div.DivClassName
 {
   background-color: #13A475;
 }
 .BgClassName
 {
   background-color: #13A475;
 }
</style>
border-color css

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

 span { border-color: rgb(19,164,117); }

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