#7DFADF

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

Shades of Aquamarine #7DFADF

Tints of Aquamarine #7DFADF

Color information

#7DFADF (or 0x7DFADF) is unknown color: approx Aquamarine. HEX triplet: 7D, FA and DF. RGB value is (125,250,223). Sum of RGB (Red+Green+Blue) = 125+250+223=598 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.90% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFADF is #820520. Grayscale: #D1D1D1. Windows color (decimal): -8520993 or 14678653. OLE color: 14678653.

HSL color Cylindrical-coordinate representation of color #7DFADF: hue angle of 167.04º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFADF is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB125250223-
CMYK0.5000.110.02
HSL167.04º92.59%73.53%-
HSV(B)167.04º50%98.04%-
XYZ55.9678.0681.93-
YUV209.55135.5967.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.90%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 223 (87.5% from 255) = 37.29%
R=20.90%
G=41.81%
B=37.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252502230.5000.110.02167.0492.5973.53
Hex7DFADF320B2a75d4a
Octal175372337620132247135112
Binary1111101111110101101111111001001011101010011110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,250,223); }

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

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

 a { background-color: rgb(125,250,223); }

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

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

 span { border-color: rgb(125,250,223); }

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