#7DF8BA

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

Shades of Aquamarine #7DF8BA

Tints of Aquamarine #7DF8BA

Color information

#7DF8BA (or 0x7DF8BA) is unknown color: approx Aquamarine. HEX triplet: 7D, F8 and BA. RGB value is (125,248,186). Sum of RGB (Red+Green+Blue) = 125+248+186=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF8BA is #820745. Grayscale: #CCCCCC. Windows color (decimal): -8521542 or 12253309. OLE color: 12253309.

HSL color Cylindrical-coordinate representation of color #7DF8BA: hue angle of 149.76º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8BA is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB125248186-
CMYK0.5000.250.03
HSL149.76º89.78%73.14%-
HSV(B)149.76º49.6%97.25%-
XYZ50.8975.0458.26-
YUV204.16117.7571.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 248 (97.27% from 255) = 44.36%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=22.36%
G=44.36%
B=33.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1252481860.5000.250.03149.7689.7873.14
Hex7DF8BA320193965a49
Octal175370272620313226132111
Binary11111011111100010111010110010011001111001011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,248,186); }

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

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

 a { background-color: rgb(125,248,186); }

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

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

 span { border-color: rgb(125,248,186); }

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