#7DEBD4

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

Shades of Aquamarine #7DEBD4

Tints of Aquamarine #7DEBD4

Color information

#7DEBD4 (or 0x7DEBD4) is unknown color: approx Aquamarine. HEX triplet: 7D, EB and D4. RGB value is (125,235,212). Sum of RGB (Red+Green+Blue) = 125+235+212=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBD4 is #82142B. Grayscale: #C7C7C7. Windows color (decimal): -8524844 or 13953917. OLE color: 13953917.

HSL color Cylindrical-coordinate representation of color #7DEBD4: hue angle of 167.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBD4 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB125235212-
CMYK0.4700.100.08
HSL167.45º73.33%70.59%-
HSV(B)167.45º46.81%92.16%-
XYZ50.0568.5372.88-
YUV199.49135.0674.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.85%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=21.85%
G=41.08%
B=37.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252352120.4700.100.08167.4573.3370.59
Hex7DEBD42F0A8a74947
Octal1753533245701210247111107
Binary111110111101011110101001011110101010001010011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,235,212); }

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

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

 a { background-color: rgb(125,235,212); }

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

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

 span { border-color: rgb(125,235,212); }

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