#7DFCD8

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

Shades of Aquamarine #7DFCD8

Tints of Aquamarine #7DFCD8

Color information

#7DFCD8 (or 0x7DFCD8) is unknown color: approx Aquamarine. HEX triplet: 7D, FC and D8. RGB value is (125,252,216). Sum of RGB (Red+Green+Blue) = 125+252+216=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFCD8 is #820327. Grayscale: #D1D1D1. Windows color (decimal): -8520488 or 14220413. OLE color: 14220413.

HSL color Cylindrical-coordinate representation of color #7DFCD8: hue angle of 162.99º 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 #7DFCD8 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB125252216-
CMYK0.5000.140.01
HSL162.99º95.49%73.92%-
HSV(B)162.99º50.4%98.82%-
XYZ55.6678.9477.27-
YUV209.92131.4267.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.08%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 216 (84.77% from 255) = 36.42%
R=21.08%
G=42.50%
B=36.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252522160.5000.140.01162.9995.4973.92
Hex7DFCD8320E1a35f4a
Octal175374330620161243137112
Binary111110111111100110110001100100111011010001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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