#7DFBE9

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

Shades of Aquamarine #7DFBE9

Tints of Aquamarine #7DFBE9

Color information

#7DFBE9 (or 0x7DFBE9) is unknown color: approx Aquamarine. HEX triplet: 7D, FB and E9. RGB value is (125,251,233). Sum of RGB (Red+Green+Blue) = 125+251+233=609 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.53% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFBE9 is #820416. Grayscale: #D3D3D3. Windows color (decimal): -8520727 or 15334269. OLE color: 15334269.

HSL color Cylindrical-coordinate representation of color #7DFBE9: hue angle of 171.43º 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 #7DFBE9 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB125251233-
CMYK0.5000.070.02
HSL171.43º94.03%73.73%-
HSV(B)171.43º50.2%98.43%-
XYZ57.6679.2489.35-
YUV211.27140.2666.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.53%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=20.53%
G=41.22%
B=38.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252512330.5000.070.02171.4394.0373.73
Hex7DFBE932072ab5e4a
Octal17537335162072253136112
Binary111110111111011111010011100100111101010101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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