#7DEBDF

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

Shades of Aquamarine #7DEBDF

Tints of Aquamarine #7DEBDF

Color information

#7DEBDF (or 0x7DEBDF) is unknown color: approx Aquamarine. HEX triplet: 7D, EB and DF. RGB value is (125,235,223). Sum of RGB (Red+Green+Blue) = 125+235+223=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBDF is #821420. Grayscale: #C8C8C8. Windows color (decimal): -8524833 or 14674813. OLE color: 14674813.

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

Color convert

RGB125235223-
CMYK0.4700.050.08
HSL173.45º73.33%70.59%-
HSV(B)173.45º46.81%92.16%-
XYZ51.4969.180.44-
YUV200.74140.5673.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.44%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=21.44%
G=40.31%
B=38.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252352230.4700.050.08173.4573.3370.59
Hex7DEBDF2F058ad4947
Octal175353337570510255111107
Binary11111011110101111011111101111010110001010110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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