#7DEFC8

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

Shades of Aquamarine #7DEFC8

Tints of Aquamarine #7DEFC8

Color information

#7DEFC8 (or 0x7DEFC8) is unknown color: approx Aquamarine. HEX triplet: 7D, EF and C8. RGB value is (125,239,200). Sum of RGB (Red+Green+Blue) = 125+239+200=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFC8 is #821037. Grayscale: #C8C8C8. Windows color (decimal): -8523832 or 13168509. OLE color: 13168509.

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

Color convert

RGB125239200-
CMYK0.4800.160.06
HSL159.47º78.08%71.37%-
HSV(B)159.47º47.7%93.73%-
XYZ49.7570.2665.58-
YUV200.47127.7374.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.16%
GREEN value IS 239 (93.75% from 255) = 42.38%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=22.16%
G=42.38%
B=35.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252392000.4800.160.06159.4778.0871.37
Hex7DEFC83001069f4e47
Octal175357310600206237116107
Binary111110111101111110010001100000100001101001111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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