#7EFDB0

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

Shades of Aquamarine #7EFDB0

Tints of Aquamarine #7EFDB0

Color information

#7EFDB0 (or 0x7EFDB0) is unknown color: approx Aquamarine. HEX triplet: 7E, FD and B0. RGB value is (126,253,176). Sum of RGB (Red+Green+Blue) = 126+253+176=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFDB0 is #81024F. Grayscale: #CECECE. Windows color (decimal): -8454736 or 11599230. OLE color: 11599230.

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

Color convert

RGB126253176-
CMYK0.5000.300.01
HSL143.62º96.95%74.31%-
HSV(B)143.62º50.2%99.22%-
XYZ51.5777.8253.38-
YUV206.25110.9270.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.70%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=22.70%
G=45.59%
B=31.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262531760.5000.300.01143.6296.9574.31
Hex7EFDB03201E190614a
Octal176375260620361220141112
Binary1111110111111011011000011001001111011001000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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