#92FBE5

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

Shades of Aquamarine #92FBE5

Tints of Aquamarine #92FBE5

Color information

#92FBE5 (or 0x92FBE5) is unknown color: approx Aquamarine. HEX triplet: 92, FB and E5. RGB value is (146,251,229). Sum of RGB (Red+Green+Blue) = 146+251+229=626 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.32% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FBE5 is #6D041A. Grayscale: #D9D9D9. Windows color (decimal): -7144475 or 15072146. OLE color: 15072146.

HSL color Cylindrical-coordinate representation of color #92FBE5: hue angle of 167.43º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FBE5 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB146251229-
CMYK0.4200.090.02
HSL167.43º92.92%77.84%-
HSV(B)167.43º41.83%98.43%-
XYZ60.4980.7686.53-
YUV217.1134.7177.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.32%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 229 (89.84% from 255) = 36.58%
R=23.32%
G=40.10%
B=36.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462512290.4200.090.02167.4392.9277.84
Hex92FBE52A092a75d4e
Octal222373345520112247135116
Binary10010010111110111110010110101001001101010011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,251,229); }

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

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

 a { background-color: rgb(146,251,229); }

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

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

 span { border-color: rgb(146,251,229); }

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