#7EFDC7

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

Shades of Aquamarine #7EFDC7

Tints of Aquamarine #7EFDC7

Color information

#7EFDC7 (or 0x7EFDC7) is unknown color: approx Aquamarine. HEX triplet: 7E, FD and C7. RGB value is (126,253,199). Sum of RGB (Red+Green+Blue) = 126+253+199=578 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.80% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDC7 is #810238. Grayscale: #D0D0D0. Windows color (decimal): -8454713 or 13106558. OLE color: 13106558.

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

Color convert

RGB126253199-
CMYK0.5000.210.01
HSL154.49º96.95%74.31%-
HSV(B)154.49º50.2%99.22%-
XYZ54.0478.8166.4-
YUV208.87122.4268.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.80%
GREEN value IS 253 (99.22% from 255) = 43.77%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=21.80%
G=43.77%
B=34.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262531990.5000.210.01154.4996.9574.31
Hex7EFDC73201519a614a
Octal176375307620251232141112
Binary1111110111111011100011111001001010111001101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,253,199); }

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

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

 a { background-color: rgb(126,253,199); }

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

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

 span { border-color: rgb(126,253,199); }

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