#12A475

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

Shades of Free Speech Aquamarine #12A475

Tints of Free Speech Aquamarine #12A475

Color information

#12A475 (or 0x12A475) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, A4 and 75. RGB value is (18,164,117). Sum of RGB (Red+Green+Blue) = 18+164+117=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #12A475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A475 is #ED5B8A. Grayscale: #737373. Windows color (decimal): -15555467 or 7709714. OLE color: 7709714.

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

Color convert

RGB18164117-
CMYK0.8900.290.36
HSL160.68º80.22%35.69%-
HSV(B)160.68º89.02%64.31%-
XYZ16.7427.9621.35-
YUV114.99129.1358.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.02%
GREEN value IS 164 (64.45% from 255) = 54.85%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=6.02%
G=54.85%
B=39.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181641170.8900.290.36160.6880.2235.69
Hex12A4755901D24a15024
Octal222441651310354424112044
Binary100101010010011101011011001011101100100101000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,164,117); }

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

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

 a { background-color: rgb(18,164,117); }

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

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

 span { border-color: rgb(18,164,117); }

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