#7DF2CD

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

Shades of Aquamarine #7DF2CD

Tints of Aquamarine #7DF2CD

Color information

#7DF2CD (or 0x7DF2CD) is unknown color: approx Aquamarine. HEX triplet: 7D, F2 and CD. RGB value is (125,242,205). Sum of RGB (Red+Green+Blue) = 125+242+205=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2CD is #820D32. Grayscale: #CACACA. Windows color (decimal): -8523059 or 13496957. OLE color: 13496957.

HSL color Cylindrical-coordinate representation of color #7DF2CD: hue angle of 161.03º 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 #7DF2CD is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB125242205-
CMYK0.4800.150.05
HSL161.03º81.82%71.96%-
HSV(B)161.03º48.35%94.9%-
XYZ51.2372.2769.01-
YUV202.8129.2472.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.85%
GREEN value IS 242 (94.92% from 255) = 42.31%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=21.85%
G=42.31%
B=35.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252422050.4800.150.05161.0381.8271.96
Hex7DF2CD300F5a15248
Octal175362315600175241122110
Binary11111011111001011001101110000011111011010000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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