#7DF9DD

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

Shades of Aquamarine #7DF9DD

Tints of Aquamarine #7DF9DD

Color information

#7DF9DD (or 0x7DF9DD) is unknown color: approx Aquamarine. HEX triplet: 7D, F9 and DD. RGB value is (125,249,221). Sum of RGB (Red+Green+Blue) = 125+249+221=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF9DD is #820622. Grayscale: #D0D0D0. Windows color (decimal): -8521251 or 14547325. OLE color: 14547325.

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

Color convert

RGB125249221-
CMYK0.5000.110.02
HSL166.45º91.18%73.33%-
HSV(B)166.45º49.8%97.65%-
XYZ55.3877.3380.41-
YUV208.73134.9268.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.01%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=21.01%
G=41.85%
B=37.14%

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
Decimal1252492210.5000.110.02166.4591.1873.33
Hex7DF9DD320B2a65b49
Octal175371335620132246133111
Binary1111101111110011101110111001001011101010011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,249,221); }

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

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

 a { background-color: rgb(125,249,221); }

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

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

 span { border-color: rgb(125,249,221); }

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