#7DF2DC

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

Shades of Aquamarine #7DF2DC

Tints of Aquamarine #7DF2DC

Color information

#7DF2DC (or 0x7DF2DC) is unknown color: approx Aquamarine. HEX triplet: 7D, F2 and DC. RGB value is (125,242,220). Sum of RGB (Red+Green+Blue) = 125+242+220=587 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.29% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2DC is #820D23. Grayscale: #CCCCCC. Windows color (decimal): -8523044 or 14479997. OLE color: 14479997.

HSL color Cylindrical-coordinate representation of color #7DF2DC: hue angle of 168.72º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2DC is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB125242220-
CMYK0.4800.090.05
HSL168.72º81.82%71.96%-
HSV(B)168.72º48.35%94.9%-
XYZ53.1373.0379.01-
YUV204.51136.7471.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.29%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=21.29%
G=41.23%
B=37.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252422200.4800.090.05168.7281.8271.96
Hex7DF2DC30095a95248
Octal175362334600115251122110
Binary11111011111001011011100110000010011011010100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,242,220); }

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

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

 a { background-color: rgb(125,242,220); }

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

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

 span { border-color: rgb(125,242,220); }

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