#92FFEA

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

Shades of Aquamarine #92FFEA

Tints of Aquamarine #92FFEA

Color information

#92FFEA (or 0x92FFEA) is unknown color: approx Aquamarine. HEX triplet: 92, FF and EA. RGB value is (146,255,234). Sum of RGB (Red+Green+Blue) = 146+255+234=635 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.99% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FFEA is #6D0015. Grayscale: #DBDBDB. Windows color (decimal): -7143446 or 15400850. OLE color: 15400850.

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

Color convert

RGB146255234-
CMYK0.4300.080
HSL168.44º100%78.63%-
HSV(B)168.44º42.75%100%-
XYZ62.4783.5790.68-
YUV220.02135.8975.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.99%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=22.99%
G=40.16%
B=36.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462552340.4300.080168.4410078.63
Hex92FFEA2B080a8644f
Octal222377352530100250144117
Binary1001001011111111111010101010110100001010100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,255,234); }

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

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

 a { background-color: rgb(146,255,234); }

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

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

 span { border-color: rgb(146,255,234); }

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