#7DEFC3

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

Shades of Aquamarine #7DEFC3

Tints of Aquamarine #7DEFC3

Color information

#7DEFC3 (or 0x7DEFC3) is unknown color: approx Aquamarine. HEX triplet: 7D, EF and C3. RGB value is (125,239,195). Sum of RGB (Red+Green+Blue) = 125+239+195=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFC3 is #82103C. Grayscale: #C7C7C7. Windows color (decimal): -8523837 or 12840829. OLE color: 12840829.

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

Color convert

RGB125239195-
CMYK0.4800.180.06
HSL156.84º78.08%71.37%-
HSV(B)156.84º47.7%93.73%-
XYZ49.1770.0362.56-
YUV199.9125.2374.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=22.36%
G=42.75%
B=34.88%

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
Decimal1252391950.4800.180.06156.8478.0871.37
Hex7DEFC33001269d4e47
Octal175357303600226235116107
Binary111110111101111110000111100000100101101001110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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