#7EF9CA

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

Shades of Aquamarine #7EF9CA

Tints of Aquamarine #7EF9CA

Color information

#7EF9CA (or 0x7EF9CA) is unknown color: approx Aquamarine. HEX triplet: 7E, F9 and CA. RGB value is (126,249,202). Sum of RGB (Red+Green+Blue) = 126+249+202=577 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.84% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF9CA is #810635. Grayscale: #CECECE. Windows color (decimal): -8455734 or 13302142. OLE color: 13302142.

HSL color Cylindrical-coordinate representation of color #7EF9CA: hue angle of 157.07º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF9CA is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB126249202-
CMYK0.4900.190.02
HSL157.07º91.11%73.53%-
HSV(B)157.07º49.4%97.65%-
XYZ53.1476.4567.83-
YUV206.86125.2570.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.84%
GREEN value IS 249 (97.66% from 255) = 43.15%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=21.84%
G=43.15%
B=35.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262492020.4900.190.02157.0791.1173.53
Hex7EF9CA3101329d5b4a
Octal176371312610232235133112
Binary11111101111100111001010110001010011101001110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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