#13A27A

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

Shades of Free Speech Aquamarine #13A27A

Tints of Free Speech Aquamarine #13A27A

Color information

#13A27A (or 0x13A27A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, A2 and 7A. RGB value is (19,162,122). Sum of RGB (Red+Green+Blue) = 19+162+122=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #13A27A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A27A is #EC5D85. Grayscale: #727272. Windows color (decimal): -15490438 or 8036883. OLE color: 8036883.

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

Color convert

RGB19162122-
CMYK0.8800.250.36
HSL163.22º79.01%35.49%-
HSV(B)163.22º88.27%63.53%-
XYZ16.727.3822.82-
YUV114.68132.1259.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=6.27%
G=53.47%
B=40.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191621220.8800.250.36163.2279.0135.49
Hex13A27A5801924a34f23
Octal232421721300314424311743
Binary100111010001011110101011000011001100100101000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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