#7DFEE6

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

Shades of Aquamarine #7DFEE6

Tints of Aquamarine #7DFEE6

Color information

#7DFEE6 (or 0x7DFEE6) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and E6. RGB value is (125,254,230). Sum of RGB (Red+Green+Blue) = 125+254+230=609 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.53% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEE6 is #820119. Grayscale: #D4D4D4. Windows color (decimal): -8519962 or 15138429. OLE color: 15138429.

HSL color Cylindrical-coordinate representation of color #7DFEE6: hue angle of 168.84º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEE6 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB125254230-
CMYK0.5100.090.00
HSL168.84º98.47%74.31%-
HSV(B)168.84º50.79%99.61%-
XYZ58.1880.9687.42-
YUV212.69137.7665.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.53%
GREEN value IS 254 (99.61% from 255) = 41.71%
BLUE value IS 230 (90.23% from 255) = 37.77%
R=20.53%
G=41.71%
B=37.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252542300.5100.090.00168.8498.4774.31
Hex7DFEE633090a9624a
Octal175376346630110251142112
Binary111110111111110111001101100110100101010100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,254,230); }

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

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

 a { background-color: rgb(125,254,230); }

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

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

 span { border-color: rgb(125,254,230); }

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