#7DECDB

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

Shades of Aquamarine #7DECDB

Tints of Aquamarine #7DECDB

Color information

#7DECDB (or 0x7DECDB) is unknown color: approx Aquamarine. HEX triplet: 7D, EC and DB. RGB value is (125,236,219). Sum of RGB (Red+Green+Blue) = 125+236+219=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECDB is #821324. Grayscale: #C8C8C8. Windows color (decimal): -8524581 or 14412925. OLE color: 14412925.

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

Color convert

RGB125236219-
CMYK0.4700.070.07
HSL170.81º74.5%70.78%-
HSV(B)170.81º47.03%92.55%-
XYZ51.2469.4777.73-
YUV200.87138.2373.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.55%
GREEN value IS 236 (92.58% from 255) = 40.69%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=21.55%
G=40.69%
B=37.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252362190.4700.070.07170.8174.570.78
Hex7DECDB2F077ab4a47
Octal17535433357077253112107
Binary1111101111011001101101110111101111111010101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,219); }

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

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

 a { background-color: rgb(125,236,219); }

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

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

 span { border-color: rgb(125,236,219); }

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