#13A070

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

Shades of Free Speech Aquamarine #13A070

Tints of Free Speech Aquamarine #13A070

Color information

#13A070 (or 0x13A070) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, A0 and 70. RGB value is (19,160,112). Sum of RGB (Red+Green+Blue) = 19+160+112=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #13A070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A070 is #EC5F8F. Grayscale: #707070. Windows color (decimal): -15490960 or 7381011. OLE color: 7381011.

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

Color convert

RGB19160112-
CMYK0.8800.300.37
HSL159.57º78.77%35.1%-
HSV(B)159.57º88.13%62.75%-
XYZ15.7626.4519.6-
YUV112.37127.7961.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 160 (62.89% from 255) = 54.98%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=6.53%
G=54.98%
B=38.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191601120.8800.300.37159.5778.7735.1
Hex13A0705801E25a04f23
Octal232401601300364524011743
Binary100111010000011100001011000011110100101101000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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