#7DEBCB

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

Shades of Aquamarine #7DEBCB

Tints of Aquamarine #7DEBCB

Color information

#7DEBCB (or 0x7DEBCB) is unknown color: approx Aquamarine. HEX triplet: 7D, EB and CB. RGB value is (125,235,203). Sum of RGB (Red+Green+Blue) = 125+235+203=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBCB is #821434. Grayscale: #C6C6C6. Windows color (decimal): -8524853 or 13364093. OLE color: 13364093.

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

Color convert

RGB125235203-
CMYK0.4700.140.08
HSL162.55º73.33%70.59%-
HSV(B)162.55º46.81%92.16%-
XYZ48.9568.0967.06-
YUV198.46130.5675.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.20%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=22.20%
G=41.74%
B=36.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252352030.4700.140.08162.5573.3370.59
Hex7DEBCB2F0E8a34947
Octal1753533135701610243111107
Binary111110111101011110010111011110111010001010001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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