#7DF1DF

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

Shades of Aquamarine #7DF1DF

Tints of Aquamarine #7DF1DF

Color information

#7DF1DF (or 0x7DF1DF) is unknown color: approx Aquamarine. HEX triplet: 7D, F1 and DF. RGB value is (125,241,223). Sum of RGB (Red+Green+Blue) = 125+241+223=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1DF is #820E20. Grayscale: #CCCCCC. Windows color (decimal): -8523297 or 14676349. OLE color: 14676349.

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

Color convert

RGB125241223-
CMYK0.4800.070.05
HSL170.69º80.56%71.76%-
HSV(B)170.69º48.13%94.51%-
XYZ53.2372.681.02-
YUV204.26138.5771.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.22%
GREEN value IS 241 (94.53% from 255) = 40.92%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=21.22%
G=40.92%
B=37.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252412230.4800.070.05170.6980.5671.76
Hex7DF1DF30075ab5148
Octal17536133760075253121110
Binary1111101111100011101111111000001111011010101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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