#92FED7

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

Shades of Aquamarine #92FED7

Tints of Aquamarine #92FED7

Color information

#92FED7 (or 0x92FED7) is unknown color: approx Aquamarine. HEX triplet: 92, FE and D7. RGB value is (146,254,215). Sum of RGB (Red+Green+Blue) = 146+254+215=615 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.74% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #92FED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FED7 is #6D0128. Grayscale: #D9D9D9. Windows color (decimal): -7143721 or 14155410. OLE color: 14155410.

HSL color Cylindrical-coordinate representation of color #92FED7: hue angle of 158.33º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FED7 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB146254215-
CMYK0.4300.150.00
HSL158.33º98.18%78.43%-
HSV(B)158.33º42.52%99.61%-
XYZ59.5681.976.96-
YUV217.26126.7277.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.74%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 215 (84.38% from 255) = 34.96%
R=23.74%
G=41.30%
B=34.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462542150.4300.150.00158.3398.1878.43
Hex92FED72B0F09e624e
Octal222376327530170236142116
Binary1001001011111110110101111010110111101001111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92FED7; }

 p { color: rgb(146,254,215); }

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

<style>
 a { background-color: #92FED7; }

 a { background-color: rgb(146,254,215); }

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

<style>
 span { border-color: #92FED7; }

 span { border-color: rgb(146,254,215); }

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