#7DECC0

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

Shades of Aquamarine #7DECC0

Tints of Aquamarine #7DECC0

Color information

#7DECC0 (or 0x7DECC0) is unknown color: approx Aquamarine. HEX triplet: 7D, EC and C0. RGB value is (125,236,192). Sum of RGB (Red+Green+Blue) = 125+236+192=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECC0 is #82133F. Grayscale: #C5C5C5. Windows color (decimal): -8524608 or 12643453. OLE color: 12643453.

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

Color convert

RGB125236192-
CMYK0.4700.190.07
HSL156.22º74.5%70.78%-
HSV(B)156.22º47.03%92.55%-
XYZ47.9768.1660.5-
YUV197.8124.7376.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=22.60%
G=42.68%
B=34.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361920.4700.190.07156.2274.570.78
Hex7DECC02F01379c4a47
Octal175354300570237234112107
Binary111110111101100110000001011110100111111001110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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