#7DFECE

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

Shades of Aquamarine #7DFECE

Tints of Aquamarine #7DFECE

Color information

#7DFECE (or 0x7DFECE) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and CE. RGB value is (125,254,206). Sum of RGB (Red+Green+Blue) = 125+254+206=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFECE is #820131. Grayscale: #D2D2D2. Windows color (decimal): -8519986 or 13565565. OLE color: 13565565.

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

Color convert

RGB125254206-
CMYK0.5100.190.00
HSL157.67º98.47%74.31%-
HSV(B)157.67º50.79%99.61%-
XYZ55.0479.770.88-
YUV209.96125.7667.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.37%
GREEN value IS 254 (99.61% from 255) = 43.42%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=21.37%
G=43.42%
B=35.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252542060.5100.190.00157.6798.4774.31
Hex7DFECE3301309e624a
Octal175376316630230236142112
Binary1111101111111101100111011001101001101001111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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