#7EFFBD

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

Shades of Aquamarine #7EFFBD

Tints of Aquamarine #7EFFBD

Color information

#7EFFBD (or 0x7EFFBD) is unknown color: approx Aquamarine. HEX triplet: 7E, FF and BD. RGB value is (126,255,189). Sum of RGB (Red+Green+Blue) = 126+255+189=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFBD is #810042. Grayscale: #D1D1D1. Windows color (decimal): -8454211 or 12451710. OLE color: 12451710.

HSL color Cylindrical-coordinate representation of color #7EFFBD: hue angle of 149.3º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFBD is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB126255189-
CMYK0.5100.260
HSL149.3º100%74.71%-
HSV(B)149.3º50.59%100%-
XYZ53.5579.6360.69-
YUV208.9116.7668.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.11%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=22.11%
G=44.74%
B=33.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1262551890.5100.260149.310074.71
Hex7EFFBD3301A095644b
Octal176377275630320225144113
Binary1111110111111111011110111001101101001001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,255,189); }

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

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

 a { background-color: rgb(126,255,189); }

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

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

 span { border-color: rgb(126,255,189); }

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