#7DEFC6

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

Shades of Aquamarine #7DEFC6

Tints of Aquamarine #7DEFC6

Color information

#7DEFC6 (or 0x7DEFC6) is unknown color: approx Aquamarine. HEX triplet: 7D, EF and C6. RGB value is (125,239,198). Sum of RGB (Red+Green+Blue) = 125+239+198=562 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.24% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFC6 is #821039. Grayscale: #C8C8C8. Windows color (decimal): -8523834 or 13037437. OLE color: 13037437.

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

Color convert

RGB125239198-
CMYK0.4800.170.06
HSL158.42º78.08%71.37%-
HSV(B)158.42º47.7%93.73%-
XYZ49.5270.1764.36-
YUV200.24126.7374.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.24%
GREEN value IS 239 (93.75% from 255) = 42.53%
BLUE value IS 198 (77.73% from 255) = 35.23%
R=22.24%
G=42.53%
B=35.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252391980.4800.170.06158.4278.0871.37
Hex7DEFC63001169e4e47
Octal175357306600216236116107
Binary111110111101111110001101100000100011101001111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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