#13A07A

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

Shades of Free Speech Aquamarine #13A07A

Tints of Free Speech Aquamarine #13A07A

Color information

#13A07A (or 0x13A07A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, A0 and 7A. RGB value is (19,160,122). Sum of RGB (Red+Green+Blue) = 19+160+122=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #13A07A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A07A is #EC5F85. Grayscale: #717171. Windows color (decimal): -15490950 or 8036371. OLE color: 8036371.

HSL color Cylindrical-coordinate representation of color #13A07A: hue angle of 163.83º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A07A is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB19160122-
CMYK0.8800.240.37
HSL163.83º78.77%35.1%-
HSV(B)163.83º88.13%62.75%-
XYZ16.3526.6922.7-
YUV113.51132.7960.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 160 (62.89% from 255) = 53.16%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=6.31%
G=53.16%
B=40.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191601220.8800.240.37163.8378.7735.1
Hex13A07A5801825a44f23
Octal232401721300304524411743
Binary100111010000011110101011000011000100101101001001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,160,122); }

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

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

 a { background-color: rgb(19,160,122); }

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

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

 span { border-color: rgb(19,160,122); }

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