#7DFDE8

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

Shades of Aquamarine #7DFDE8

Tints of Aquamarine #7DFDE8

Color information

#7DFDE8 (or 0x7DFDE8) is unknown color: approx Aquamarine. HEX triplet: 7D, FD and E8. RGB value is (125,253,232). Sum of RGB (Red+Green+Blue) = 125+253+232=610 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.49% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFDE8 is #820217. Grayscale: #D4D4D4. Windows color (decimal): -8520216 or 15269245. OLE color: 15269245.

HSL color Cylindrical-coordinate representation of color #7DFDE8: hue angle of 170.16º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDE8 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB125253232-
CMYK0.5100.080.01
HSL170.16º96.97%74.12%-
HSV(B)170.16º50.59%99.22%-
XYZ58.1580.4488.81-
YUV212.33139.0965.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.49%
GREEN value IS 253 (99.22% from 255) = 41.48%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=20.49%
G=41.48%
B=38.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252532320.5100.080.01170.1696.9774.12
Hex7DFDE833081aa614a
Octal175375350630101252141112
Binary111110111111101111010001100110100011010101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,253,232); }

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

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

 a { background-color: rgb(125,253,232); }

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

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

 span { border-color: rgb(125,253,232); }

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