#7DEBCD

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

Shades of Aquamarine #7DEBCD

Tints of Aquamarine #7DEBCD

Color information

#7DEBCD (or 0x7DEBCD) is unknown color: approx Aquamarine. HEX triplet: 7D, EB and CD. RGB value is (125,235,205). Sum of RGB (Red+Green+Blue) = 125+235+205=565 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.12% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBCD is #821432. Grayscale: #C6C6C6. Windows color (decimal): -8524851 or 13495165. OLE color: 13495165.

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

Color convert

RGB125235205-
CMYK0.4700.130.08
HSL163.64º73.33%70.59%-
HSV(B)163.64º46.81%92.16%-
XYZ49.1968.1868.33-
YUV198.69131.5675.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.12%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=22.12%
G=41.59%
B=36.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252352050.4700.130.08163.6473.3370.59
Hex7DEBCD2F0D8a44947
Octal1753533155701510244111107
Binary111110111101011110011011011110110110001010010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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