#7FFAE4

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

Shades of Aquamarine #7FFAE4

Tints of Aquamarine #7FFAE4

Color information

#7FFAE4 (or 0x7FFAE4) is unknown color: approx Aquamarine. HEX triplet: 7F, FA and E4. RGB value is (127,250,228). Sum of RGB (Red+Green+Blue) = 127+250+228=605 (80% of max value = 765). Red value is 127 (50% from 255 or 20.99% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAE4 is #80051B. Grayscale: #D2D2D2. Windows color (decimal): -8389916 or 15006335. OLE color: 15006335.

HSL color Cylindrical-coordinate representation of color #7FFAE4: hue angle of 169.27º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFAE4 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB127250228-
CMYK0.4900.090.02
HSL169.27º92.48%73.92%-
HSV(B)169.27º49.2%98.04%-
XYZ56.9478.4885.55-
YUV210.72137.7568.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.99%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=20.99%
G=41.32%
B=37.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272502280.4900.090.02169.2792.4873.92
Hex7FFAE431092a95c4a
Octal177372344610112251134112
Binary1111111111110101110010011000101001101010100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,250,228); }

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

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

 a { background-color: rgb(127,250,228); }

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

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

 span { border-color: rgb(127,250,228); }

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