#7EF8DD

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

Shades of Aquamarine #7EF8DD

Tints of Aquamarine #7EF8DD

Color information

#7EF8DD (or 0x7EF8DD) is unknown color: approx Aquamarine. HEX triplet: 7E, F8 and DD. RGB value is (126,248,221). Sum of RGB (Red+Green+Blue) = 126+248+221=595 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.18% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #7EF8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF8DD is #810722. Grayscale: #D0D0D0. Windows color (decimal): -8455971 or 14547070. OLE color: 14547070.

HSL color Cylindrical-coordinate representation of color #7EF8DD: hue angle of 166.72º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF8DD is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB126248221-
CMYK0.4900.110.03
HSL166.72º89.71%73.33%-
HSV(B)166.72º49.19%97.25%-
XYZ55.2276.7980.32-
YUV208.44135.0869.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.18%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=21.18%
G=41.68%
B=37.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1262482210.4900.110.03166.7289.7173.33
Hex7EF8DD310B3a75a49
Octal176370335610133247132111
Binary1111110111110001101110111000101011111010011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,248,221); }

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

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

 a { background-color: rgb(126,248,221); }

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

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

 span { border-color: rgb(126,248,221); }

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