#7EFDCA

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

Shades of Aquamarine #7EFDCA

Tints of Aquamarine #7EFDCA

Color information

#7EFDCA (or 0x7EFDCA) is unknown color: approx Aquamarine. HEX triplet: 7E, FD and CA. RGB value is (126,253,202). Sum of RGB (Red+Green+Blue) = 126+253+202=581 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.69% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDCA is #810235. Grayscale: #D1D1D1. Windows color (decimal): -8454710 or 13303166. OLE color: 13303166.

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

Color convert

RGB126253202-
CMYK0.5000.200.01
HSL155.91º96.95%74.31%-
HSV(B)155.91º50.2%99.22%-
XYZ54.3978.9568.25-
YUV209.21123.9268.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.69%
GREEN value IS 253 (99.22% from 255) = 43.55%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=21.69%
G=43.55%
B=34.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262532020.5000.200.01155.9196.9574.31
Hex7EFDCA3201419c614a
Octal176375312620241234141112
Binary1111110111111011100101011001001010011001110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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