#13A275

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

Shades of Free Speech Aquamarine #13A275

Tints of Free Speech Aquamarine #13A275

Color information

#13A275 (or 0x13A275) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, A2 and 75. RGB value is (19,162,117). Sum of RGB (Red+Green+Blue) = 19+162+117=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #13A275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A275 is #EC5D8A. Grayscale: #727272. Windows color (decimal): -15490443 or 7709203. OLE color: 7709203.

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

Color convert

RGB19162117-
CMYK0.8800.280.36
HSL161.12º79.01%35.49%-
HSV(B)161.12º88.27%63.53%-
XYZ16.427.2621.23-
YUV114.11129.6260.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.38%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=6.38%
G=54.36%
B=39.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191621170.8800.280.36161.1279.0135.49
Hex13A2755801C24a14f23
Octal232421651300344424111743
Binary100111010001011101011011000011100100100101000011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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