#7DECCD

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

Shades of Aquamarine #7DECCD

Tints of Aquamarine #7DECCD

Color information

#7DECCD (or 0x7DECCD) is unknown color: approx Aquamarine. HEX triplet: 7D, EC and CD. RGB value is (125,236,205). Sum of RGB (Red+Green+Blue) = 125+236+205=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECCD is #821332. Grayscale: #C7C7C7. Windows color (decimal): -8524595 or 13495421. OLE color: 13495421.

HSL color Cylindrical-coordinate representation of color #7DECCD: hue angle of 163.24º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECCD is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB125236205-
CMYK0.4700.130.07
HSL163.24º74.5%70.78%-
HSV(B)163.24º47.03%92.55%-
XYZ49.4768.7668.42-
YUV199.28131.2375.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.08%
GREEN value IS 236 (92.58% from 255) = 41.70%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=22.08%
G=41.70%
B=36.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252362050.4700.130.07163.2474.570.78
Hex7DECCD2F0D7a34a47
Octal175354315570157243112107
Binary11111011110110011001101101111011011111010001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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