#7DEECD

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

Shades of Aquamarine #7DEECD

Tints of Aquamarine #7DEECD

Color information

#7DEECD (or 0x7DEECD) is unknown color: approx Aquamarine. HEX triplet: 7D, EE and CD. RGB value is (125,238,205). Sum of RGB (Red+Green+Blue) = 125+238+205=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEECD is #821132. Grayscale: #C8C8C8. Windows color (decimal): -8524083 or 13495933. OLE color: 13495933.

HSL color Cylindrical-coordinate representation of color #7DEECD: hue angle of 162.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEECD is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB125238205-
CMYK0.4700.140.07
HSL162.48º76.87%71.18%-
HSV(B)162.48º47.48%93.33%-
XYZ50.0569.9268.61-
YUV200.45130.5674.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.01%
GREEN value IS 238 (93.36% from 255) = 41.90%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=22.01%
G=41.90%
B=36.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252382050.4700.140.07162.4876.8771.18
Hex7DEECD2F0E7a24d47
Octal175356315570167242115107
Binary11111011110111011001101101111011101111010001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,238,205); }

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

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

 a { background-color: rgb(125,238,205); }

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

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

 span { border-color: rgb(125,238,205); }

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