#7EFCC9

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

Shades of Aquamarine #7EFCC9

Tints of Aquamarine #7EFCC9

Color information

#7EFCC9 (or 0x7EFCC9) is unknown color: approx Aquamarine. HEX triplet: 7E, FC and C9. RGB value is (126,252,201). Sum of RGB (Red+Green+Blue) = 126+252+201=579 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.76% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFCC9 is #810336. Grayscale: #D0D0D0. Windows color (decimal): -8454967 or 13237374. OLE color: 13237374.

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

Color convert

RGB126252201-
CMYK0.500.200.01
HSL155.71º95.45%74.12%-
HSV(B)155.71º50%98.82%-
XYZ53.9678.2767.52-
YUV208.51123.7669.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.76%
GREEN value IS 252 (98.83% from 255) = 43.52%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=21.76%
G=43.52%
B=34.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262522010.500.200.01155.7195.4574.12
Hex7EFCC93201419c5f4a
Octal176374311620241234137112
Binary1111110111111001100100111001001010011001110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,252,201); }

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

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

 a { background-color: rgb(126,252,201); }

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

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

 span { border-color: rgb(126,252,201); }

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