#12A573

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

Shades of Free Speech Aquamarine #12A573

Tints of Free Speech Aquamarine #12A573

Color information

#12A573 (or 0x12A573) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, A5 and 73. RGB value is (18,165,115). Sum of RGB (Red+Green+Blue) = 18+165+115=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #12A573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A573 is #ED5A8C. Grayscale: #737373. Windows color (decimal): -15555213 or 7578898. OLE color: 7578898.

HSL color Cylindrical-coordinate representation of color #12A573: hue angle of 159.59º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A573 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB18165115-
CMYK0.8900.300.35
HSL159.59º80.33%35.88%-
HSV(B)159.59º89.09%64.71%-
XYZ16.828.2820.79-
YUV115.35127.858.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 165 (64.84% from 255) = 55.37%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=6.04%
G=55.37%
B=38.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181651150.8900.300.35159.5980.3335.88
Hex12A5735901E23a05024
Octal222451631310364324012044
Binary100101010010111100111011001011110100011101000001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A573; }

 p { color: rgb(18,165,115); }

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

<style>
 a { background-color: #12A573; }

 a { background-color: rgb(18,165,115); }

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

<style>
 span { border-color: #12A573; }

 span { border-color: rgb(18,165,115); }

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