#7DFCD5

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

Shades of Aquamarine #7DFCD5

Tints of Aquamarine #7DFCD5

Color information

#7DFCD5 (or 0x7DFCD5) is unknown color: approx Aquamarine. HEX triplet: 7D, FC and D5. RGB value is (125,252,213). Sum of RGB (Red+Green+Blue) = 125+252+213=590 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.19% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFCD5 is #82032A. Grayscale: #D1D1D1. Windows color (decimal): -8520491 or 14023805. OLE color: 14023805.

HSL color Cylindrical-coordinate representation of color #7DFCD5: hue angle of 161.57º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFCD5 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB125252213-
CMYK0.5000.150.01
HSL161.57º95.49%73.92%-
HSV(B)161.57º50.4%98.82%-
XYZ55.2878.7875.24-
YUV209.58129.9267.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.19%
GREEN value IS 252 (98.83% from 255) = 42.71%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=21.19%
G=42.71%
B=36.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252522130.5000.150.01161.5795.4973.92
Hex7DFCD5320F1a25f4a
Octal175374325620171242137112
Binary111110111111100110101011100100111111010001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,252,213); }

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

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

 a { background-color: rgb(125,252,213); }

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

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

 span { border-color: rgb(125,252,213); }

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