#7DFEE0

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

Shades of Aquamarine #7DFEE0

Tints of Aquamarine #7DFEE0

Color information

#7DFEE0 (or 0x7DFEE0) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and E0. RGB value is (125,254,224). Sum of RGB (Red+Green+Blue) = 125+254+224=603 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.73% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFEE0 is #82011F. Grayscale: #D4D4D4. Windows color (decimal): -8519968 or 14745213. OLE color: 14745213.

HSL color Cylindrical-coordinate representation of color #7DFEE0: hue angle of 166.05º 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 #7DFEE0 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB125254224-
CMYK0.5100.120.00
HSL166.05º98.47%74.31%-
HSV(B)166.05º50.79%99.61%-
XYZ57.3580.6383.06-
YUV212.01134.7665.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.73%
GREEN value IS 254 (99.61% from 255) = 42.12%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=20.73%
G=42.12%
B=37.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252542240.5100.120.00166.0598.4774.31
Hex7DFEE0330C0a6624a
Octal175376340630140246142112
Binary111110111111110111000001100110110001010011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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