#7DEFC4

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

Shades of Aquamarine #7DEFC4

Tints of Aquamarine #7DEFC4

Color information

#7DEFC4 (or 0x7DEFC4) is unknown color: approx Aquamarine. HEX triplet: 7D, EF and C4. RGB value is (125,239,196). Sum of RGB (Red+Green+Blue) = 125+239+196=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFC4 is #82103B. Grayscale: #C8C8C8. Windows color (decimal): -8523836 or 12906365. OLE color: 12906365.

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

Color convert

RGB125239196-
CMYK0.4800.180.06
HSL157.37º78.08%71.37%-
HSV(B)157.37º47.7%93.73%-
XYZ49.2970.0863.15-
YUV200.01125.7374.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.32%
GREEN value IS 239 (93.75% from 255) = 42.68%
BLUE value IS 196 (76.95% from 255) = 35%
R=22.32%
G=42.68%
B=35%

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
Decimal1252391960.4800.180.06157.3778.0871.37
Hex7DEFC43001269d4e47
Octal175357304600226235116107
Binary111110111101111110001001100000100101101001110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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