#7FFEEA

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

Shades of Aquamarine #7FFEEA

Tints of Aquamarine #7FFEEA

Color information

#7FFEEA (or 0x7FFEEA) is unknown color: approx Aquamarine. HEX triplet: 7F, FE and EA. RGB value is (127,254,234). Sum of RGB (Red+Green+Blue) = 127+254+234=615 (81% of max value = 765). Red value is 127 (50% from 255 or 20.65% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFEEA is #800115. Grayscale: #D5D5D5. Windows color (decimal): -8388886 or 15400575. OLE color: 15400575.

HSL color Cylindrical-coordinate representation of color #7FFEEA: hue angle of 170.55º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFEEA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB127254234-
CMYK0.5000.080.00
HSL170.55º98.45%74.71%-
HSV(B)170.55º50%99.61%-
XYZ59.0581.3490.43-
YUV213.75139.4266.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.65%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=20.65%
G=41.30%
B=38.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1272542340.5000.080.00170.5598.4574.71
Hex7FFEEA32080ab624b
Octal177376352620100253142113
Binary111111111111110111010101100100100001010101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,254,234); }

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

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

 a { background-color: rgb(127,254,234); }

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

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

 span { border-color: rgb(127,254,234); }

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