#7DFBE4

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

Shades of Aquamarine #7DFBE4

Tints of Aquamarine #7DFBE4

Color information

#7DFBE4 (or 0x7DFBE4) is unknown color: approx Aquamarine. HEX triplet: 7D, FB and E4. RGB value is (125,251,228). Sum of RGB (Red+Green+Blue) = 125+251+228=604 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.70% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFBE4 is #82041B. Grayscale: #D2D2D2. Windows color (decimal): -8520732 or 15006589. OLE color: 15006589.

HSL color Cylindrical-coordinate representation of color #7DFBE4: hue angle of 169.05º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFBE4 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB125251228-
CMYK0.5000.090.02
HSL169.05º94.03%73.73%-
HSV(B)169.05º50.2%98.43%-
XYZ56.9678.9685.64-
YUV210.7137.7666.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.70%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=20.70%
G=41.56%
B=37.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252512280.5000.090.02169.0594.0373.73
Hex7DFBE432092a95e4a
Octal175373344620112251136112
Binary1111101111110111110010011001001001101010100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,251,228); }

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

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

 a { background-color: rgb(125,251,228); }

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

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

 span { border-color: rgb(125,251,228); }

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