#7FFDAE

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

Shades of Aquamarine #7FFDAE

Tints of Aquamarine #7FFDAE

Color information

#7FFDAE (or 0x7FFDAE) is unknown color: approx Aquamarine. HEX triplet: 7F, FD and AE. RGB value is (127,253,174). Sum of RGB (Red+Green+Blue) = 127+253+174=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFDAE is #800251. Grayscale: #CECECE. Windows color (decimal): -8389202 or 11468159. OLE color: 11468159.

HSL color Cylindrical-coordinate representation of color #7FFDAE: hue angle of 142.38º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDAE is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB127253174-
CMYK0.5000.310.01
HSL142.38º96.92%74.51%-
HSV(B)142.38º49.8%99.22%-
XYZ51.5277.8252.35-
YUV206.32109.7671.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.92%
GREEN value IS 253 (99.22% from 255) = 45.67%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=22.92%
G=45.67%
B=31.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272531740.5000.310.01142.3896.9274.51
Hex7FFDAE3201F18e614b
Octal177375256620371216141113
Binary1111111111111011010111011001001111111000111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,253,174); }

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

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

 a { background-color: rgb(127,253,174); }

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

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

 span { border-color: rgb(127,253,174); }

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