#92FED6

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

Shades of Aquamarine #92FED6

Tints of Aquamarine #92FED6

Color information

#92FED6 (or 0x92FED6) is unknown color: approx Aquamarine. HEX triplet: 92, FE and D6. RGB value is (146,254,214). Sum of RGB (Red+Green+Blue) = 146+254+214=614 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.78% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #92FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FED6 is #6D0129. Grayscale: #D9D9D9. Windows color (decimal): -7143722 or 14089874. OLE color: 14089874.

HSL color Cylindrical-coordinate representation of color #92FED6: hue angle of 157.78º 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 #92FED6 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB146254214-
CMYK0.4300.160.00
HSL157.78º98.18%78.43%-
HSV(B)157.78º42.52%99.61%-
XYZ59.4381.8576.28-
YUV217.15126.2277.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.78%
GREEN value IS 254 (99.61% from 255) = 41.37%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=23.78%
G=41.37%
B=34.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462542140.4300.160.00157.7898.1878.43
Hex92FED62B01009e624e
Octal222376326530200236142116
Binary10010010111111101101011010101101000001001111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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