#13A07C

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

Shades of Free Speech Aquamarine #13A07C

Tints of Free Speech Aquamarine #13A07C

Color information

#13A07C (or 0x13A07C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, A0 and 7C. RGB value is (19,160,124). Sum of RGB (Red+Green+Blue) = 19+160+124=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #13A07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A07C is #EC5F83. Grayscale: #717171. Windows color (decimal): -15490948 or 8167443. OLE color: 8167443.

HSL color Cylindrical-coordinate representation of color #13A07C: hue angle of 164.68º 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 #13A07C is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB19160124-
CMYK0.8800.220.37
HSL164.68º78.77%35.1%-
HSV(B)164.68º88.13%62.75%-
XYZ16.4826.7423.36-
YUV113.74133.7960.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 160 (62.89% from 255) = 52.81%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=6.27%
G=52.81%
B=40.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191601240.8800.220.37164.6878.7735.1
Hex13A07C5801625a54f23
Octal232401741300264524511743
Binary100111010000011111001011000010110100101101001011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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