#7DF0DD

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

Shades of Aquamarine #7DF0DD

Tints of Aquamarine #7DF0DD

Color information

#7DF0DD (or 0x7DF0DD) is unknown color: approx Aquamarine. HEX triplet: 7D, F0 and DD. RGB value is (125,240,221). Sum of RGB (Red+Green+Blue) = 125+240+221=586 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.33% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF0DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF0DD is #820F22. Grayscale: #CBCBCB. Windows color (decimal): -8523555 or 14545021. OLE color: 14545021.

HSL color Cylindrical-coordinate representation of color #7DF0DD: hue angle of 170.09º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF0DD is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB125240221-
CMYK0.4800.080.06
HSL170.09º79.31%71.57%-
HSV(B)170.09º47.92%94.12%-
XYZ52.6771.979.51-
YUV203.45137.972.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.33%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=21.33%
G=40.96%
B=37.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252402210.4800.080.06170.0979.3171.57
Hex7DF0DD30086aa4f48
Octal175360335600106252117110
Binary11111011111000011011101110000010001101010101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,240,221); }

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

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

 a { background-color: rgb(125,240,221); }

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

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

 span { border-color: rgb(125,240,221); }

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