#7FFDE1

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

Shades of Aquamarine #7FFDE1

Tints of Aquamarine #7FFDE1

Color information

#7FFDE1 (or 0x7FFDE1) is unknown color: approx Aquamarine. HEX triplet: 7F, FD and E1. RGB value is (127,253,225). Sum of RGB (Red+Green+Blue) = 127+253+225=605 (80% of max value = 765). Red value is 127 (50% from 255 or 20.99% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDE1 is #80021E. Grayscale: #D4D4D4. Windows color (decimal): -8389151 or 14810495. OLE color: 14810495.

HSL color Cylindrical-coordinate representation of color #7FFDE1: hue angle of 166.67º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDE1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB127253225-
CMYK0.5000.110.01
HSL166.67º96.92%74.51%-
HSV(B)166.67º49.8%99.22%-
XYZ57.4780.283.69-
YUV212.13135.2667.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.99%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=20.99%
G=41.82%
B=37.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272532250.5000.110.01166.6796.9274.51
Hex7FFDE1320B1a7614b
Octal177375341620131247141113
Binary111111111111101111000011100100101111010011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,253,225); }

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

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

 a { background-color: rgb(127,253,225); }

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

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

 span { border-color: rgb(127,253,225); }

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