#7DF1DB

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

Shades of Aquamarine #7DF1DB

Tints of Aquamarine #7DF1DB

Color information

#7DF1DB (or 0x7DF1DB) is unknown color: approx Aquamarine. HEX triplet: 7D, F1 and DB. RGB value is (125,241,219). Sum of RGB (Red+Green+Blue) = 125+241+219=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1DB is #820E24. Grayscale: #CBCBCB. Windows color (decimal): -8523301 or 14414205. OLE color: 14414205.

HSL color Cylindrical-coordinate representation of color #7DF1DB: hue angle of 168.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1DB is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB125241219-
CMYK0.4800.090.05
HSL168.62º80.56%71.76%-
HSV(B)168.62º48.13%94.51%-
XYZ52.772.3978.21-
YUV203.81136.5771.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.37%
GREEN value IS 241 (94.53% from 255) = 41.20%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=21.37%
G=41.20%
B=37.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252412190.4800.090.05168.6280.5671.76
Hex7DF1DB30095a95148
Octal175361333600115251121110
Binary11111011111000111011011110000010011011010100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,241,219); }

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

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

 a { background-color: rgb(125,241,219); }

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

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

 span { border-color: rgb(125,241,219); }

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