#7DECCB

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

Shades of Aquamarine #7DECCB

Tints of Aquamarine #7DECCB

Color information

#7DECCB (or 0x7DECCB) is unknown color: approx Aquamarine. HEX triplet: 7D, EC and CB. RGB value is (125,236,203). Sum of RGB (Red+Green+Blue) = 125+236+203=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECCB is #821334. Grayscale: #C7C7C7. Windows color (decimal): -8524597 or 13364349. OLE color: 13364349.

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

Color convert

RGB125236203-
CMYK0.4700.140.07
HSL162.16º74.5%70.78%-
HSV(B)162.16º47.03%92.55%-
XYZ49.2368.6667.16-
YUV199.05130.2375.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.16%
GREEN value IS 236 (92.58% from 255) = 41.84%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=22.16%
G=41.84%
B=35.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252362030.4700.140.07162.1674.570.78
Hex7DECCB2F0E7a24a47
Octal175354313570167242112107
Binary11111011110110011001011101111011101111010001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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