#7DFFBE

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

Shades of Aquamarine #7DFFBE

Tints of Aquamarine #7DFFBE

Color information

#7DFFBE (or 0x7DFFBE) is unknown color: approx Aquamarine. HEX triplet: 7D, FF and BE. RGB value is (125,255,190). Sum of RGB (Red+Green+Blue) = 125+255+190=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFFBE is #820041. Grayscale: #D0D0D0. Windows color (decimal): -8519746 or 12517245. OLE color: 12517245.

HSL color Cylindrical-coordinate representation of color #7DFFBE: hue angle of 150º 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 #7DFFBE is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB125255190-
CMYK0.5100.250
HSL150º100%74.51%-
HSV(B)150º50.98%100%-
XYZ53.5179.661.26-
YUV208.72117.4368.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.93%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=21.93%
G=44.74%
B=33.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252551900.5100.25015010074.51
Hex7DFFBE33019096644b
Octal175377276630310226144113
Binary1111101111111111011111011001101100101001011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,255,190); }

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

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

 a { background-color: rgb(125,255,190); }

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

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

 span { border-color: rgb(125,255,190); }

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