#7ACEA1

Color #7ACEA1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #7ACEA1

Tints of Medium Aquamarine #7ACEA1

Color information

#7ACEA1 (or 0x7ACEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, CE and A1. RGB value is (122,206,161). Sum of RGB (Red+Green+Blue) = 122+206+161=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACEA1 is #85315E. Grayscale: #AFAFAF. Windows color (decimal): -8728927 or 10604154. OLE color: 10604154.

HSL color Cylindrical-coordinate representation of color #7ACEA1: hue angle of 147.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACEA1 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB122206161-
CMYK0.4100.220.19
HSL147.86º46.15%64.31%-
HSV(B)147.86º40.78%80.78%-
XYZ36.5350.8541.61-
YUV175.75119.6789.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.95%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=24.95%
G=42.13%
B=32.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222061610.4100.220.19147.8646.1564.31
Hex7ACEA12901613942e40
Octal172316241510262322456100
Binary1111010110011101010000110100101011010011100101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACEA1; }

 p { color: rgb(122,206,161); }

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

<style>
 a { background-color: #7ACEA1; }

 a { background-color: rgb(122,206,161); }

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

<style>
 span { border-color: #7ACEA1; }

 span { border-color: rgb(122,206,161); }

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