#7DEBD5

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

Shades of Aquamarine #7DEBD5

Tints of Aquamarine #7DEBD5

Color information

#7DEBD5 (or 0x7DEBD5) is unknown color: approx Aquamarine. HEX triplet: 7D, EB and D5. RGB value is (125,235,213). Sum of RGB (Red+Green+Blue) = 125+235+213=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBD5 is #82142A. Grayscale: #C7C7C7. Windows color (decimal): -8524843 or 14019453. OLE color: 14019453.

HSL color Cylindrical-coordinate representation of color #7DEBD5: hue angle of 168º 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 #7DEBD5 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB125235213-
CMYK0.4700.090.08
HSL168º73.33%70.59%-
HSV(B)168º46.81%92.16%-
XYZ50.1868.5873.54-
YUV199.6135.5674.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.82%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=21.82%
G=41.01%
B=37.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252352130.4700.090.0816873.3370.59
Hex7DEBD52F098a84947
Octal1753533255701110250111107
Binary111110111101011110101011011110100110001010100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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