#12A476

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

Shades of Free Speech Aquamarine #12A476

Tints of Free Speech Aquamarine #12A476

Color information

#12A476 (or 0x12A476) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, A4 and 76. RGB value is (18,164,118). Sum of RGB (Red+Green+Blue) = 18+164+118=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #12A476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A476 is #ED5B89. Grayscale: #737373. Windows color (decimal): -15555466 or 7775250. OLE color: 7775250.

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

Color convert

RGB18164118-
CMYK0.8900.280.36
HSL161.1º80.22%35.69%-
HSV(B)161.1º89.02%64.31%-
XYZ16.7927.9921.66-
YUV115.1129.6358.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 164 (64.45% from 255) = 54.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=6%
G=54.67%
B=39.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181641180.8900.280.36161.180.2235.69
Hex12A4765901C24a15024
Octal222441661310344424112044
Binary100101010010011101101011001011100100100101000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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