#12A572

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

Shades of Free Speech Aquamarine #12A572

Tints of Free Speech Aquamarine #12A572

Color information

#12A572 (or 0x12A572) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, A5 and 72. RGB value is (18,165,114). Sum of RGB (Red+Green+Blue) = 18+165+114=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #12A572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A572 is #ED5A8D. Grayscale: #737373. Windows color (decimal): -15555214 or 7513362. OLE color: 7513362.

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

Color convert

RGB18165114-
CMYK0.8900.310.35
HSL159.18º80.33%35.88%-
HSV(B)159.18º89.09%64.71%-
XYZ16.7428.2520.49-
YUV115.23127.358.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 165 (64.84% from 255) = 55.56%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=6.06%
G=55.56%
B=38.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181651140.8900.310.35159.1880.3335.88
Hex12A5725901F239f5024
Octal222451621310374323712044
Binary100101010010111100101011001011111100011100111111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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