#7EFDDD

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

Shades of Aquamarine #7EFDDD

Tints of Aquamarine #7EFDDD

Color information

#7EFDDD (or 0x7EFDDD) is unknown color: approx Aquamarine. HEX triplet: 7E, FD and DD. RGB value is (126,253,221). Sum of RGB (Red+Green+Blue) = 126+253+221=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDDD is #810222. Grayscale: #D3D3D3. Windows color (decimal): -8454691 or 14548350. OLE color: 14548350.

HSL color Cylindrical-coordinate representation of color #7EFDDD: hue angle of 164.88º 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 #7EFDDD is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB126253221-
CMYK0.5000.130.01
HSL164.88º96.95%74.31%-
HSV(B)164.88º50.2%99.22%-
XYZ56.7879.9180.84-
YUV211.38133.4267.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=21%
G=42.17%
B=36.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262532210.5000.130.01164.8896.9574.31
Hex7EFDDD320D1a5614a
Octal176375335620151245141112
Binary111111011111101110111011100100110111010010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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