#7DF0C9

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

Shades of Aquamarine #7DF0C9

Tints of Aquamarine #7DF0C9

Color information

#7DF0C9 (or 0x7DF0C9) is unknown color: approx Aquamarine. HEX triplet: 7D, F0 and C9. RGB value is (125,240,201). Sum of RGB (Red+Green+Blue) = 125+240+201=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF0C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF0C9 is #820F36. Grayscale: #C9C9C9. Windows color (decimal): -8523575 or 13234301. OLE color: 13234301.

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

Color convert

RGB125240201-
CMYK0.4800.160.06
HSL159.65º79.31%71.57%-
HSV(B)159.65º47.92%94.12%-
XYZ50.1670.966.3-
YUV201.17127.973.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.08%
GREEN value IS 240 (94.14% from 255) = 42.40%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=22.08%
G=42.40%
B=35.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252402010.4800.160.06159.6579.3171.57
Hex7DF0C9300106a04f48
Octal175360311600206240117110
Binary111110111110000110010011100000100001101010000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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