#7DEED1

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

Shades of Aquamarine #7DEED1

Tints of Aquamarine #7DEED1

Color information

#7DEED1 (or 0x7DEED1) is unknown color: approx Aquamarine. HEX triplet: 7D, EE and D1. RGB value is (125,238,209). Sum of RGB (Red+Green+Blue) = 125+238+209=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEED1 is #82112E. Grayscale: #C8C8C8. Windows color (decimal): -8524079 or 13758077. OLE color: 13758077.

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

Color convert

RGB125238209-
CMYK0.4700.120.07
HSL164.6º76.87%71.18%-
HSV(B)164.6º47.48%93.33%-
XYZ50.5470.1171.19-
YUV200.91132.5673.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.85%
GREEN value IS 238 (93.36% from 255) = 41.61%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=21.85%
G=41.61%
B=36.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252382090.4700.120.07164.676.8771.18
Hex7DEED12F0C7a54d47
Octal175356321570147245115107
Binary11111011110111011010001101111011001111010010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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