#92FAE6

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

Shades of Aquamarine #92FAE6

Tints of Aquamarine #92FAE6

Color information

#92FAE6 (or 0x92FAE6) is unknown color: approx Aquamarine. HEX triplet: 92, FA and E6. RGB value is (146,250,230). Sum of RGB (Red+Green+Blue) = 146+250+230=626 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.32% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FAE6 is #6D0519. Grayscale: #D8D8D8. Windows color (decimal): -7144730 or 15137426. OLE color: 15137426.

HSL color Cylindrical-coordinate representation of color #92FAE6: hue angle of 168.46º degrees, saturation: 0.91, 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 #92FAE6 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB146250230-
CMYK0.4200.080.02
HSL168.46º91.23%77.65%-
HSV(B)168.46º41.6%98.04%-
XYZ60.3280.287.16-
YUV216.62135.5477.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.32%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=23.32%
G=39.94%
B=36.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462502300.4200.080.02168.4691.2377.65
Hex92FAE62A082a85b4e
Octal222372346520102250133116
Binary10010010111110101110011010101001000101010100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,250,230); }

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

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

 a { background-color: rgb(146,250,230); }

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

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

 span { border-color: rgb(146,250,230); }

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