#7DEFC5

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

Shades of Aquamarine #7DEFC5

Tints of Aquamarine #7DEFC5

Color information

#7DEFC5 (or 0x7DEFC5) is unknown color: approx Aquamarine. HEX triplet: 7D, EF and C5. RGB value is (125,239,197). Sum of RGB (Red+Green+Blue) = 125+239+197=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFC5 is #82103A. Grayscale: #C8C8C8. Windows color (decimal): -8523835 or 12971901. OLE color: 12971901.

HSL color Cylindrical-coordinate representation of color #7DEFC5: hue angle of 157.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFC5 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB125239197-
CMYK0.4800.180.06
HSL157.89º78.08%71.37%-
HSV(B)157.89º47.7%93.73%-
XYZ49.470.1263.75-
YUV200.13126.2374.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=22.28%
G=42.60%
B=35.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252391970.4800.180.06157.8978.0871.37
Hex7DEFC53001269e4e47
Octal175357305600226236116107
Binary111110111101111110001011100000100101101001111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,239,197); }

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

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

 a { background-color: rgb(125,239,197); }

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

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

 span { border-color: rgb(125,239,197); }

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