#7DEFE1

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

Shades of Aquamarine #7DEFE1

Tints of Aquamarine #7DEFE1

Color information

#7DEFE1 (or 0x7DEFE1) is unknown color: approx Aquamarine. HEX triplet: 7D, EF and E1. RGB value is (125,239,225). Sum of RGB (Red+Green+Blue) = 125+239+225=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFE1 is #82101E. Grayscale: #CBCBCB. Windows color (decimal): -8523807 or 14806909. OLE color: 14806909.

HSL color Cylindrical-coordinate representation of color #7DEFE1: hue angle of 172.63º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFE1 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB125239225-
CMYK0.4800.060.06
HSL172.63º78.08%71.37%-
HSV(B)172.63º47.7%93.73%-
XYZ52.9171.5382.25-
YUV203.32140.2372.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.22%
GREEN value IS 239 (93.75% from 255) = 40.58%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=21.22%
G=40.58%
B=38.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252392250.4800.060.06172.6378.0871.37
Hex7DEFE130066ad4e47
Octal17535734160066255116107
Binary1111101111011111110000111000001101101010110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,239,225); }

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

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

 a { background-color: rgb(125,239,225); }

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

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

 span { border-color: rgb(125,239,225); }

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