#92FFD6

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

Shades of Aquamarine #92FFD6

Tints of Aquamarine #92FFD6

Color information

#92FFD6 (or 0x92FFD6) is unknown color: approx Aquamarine. HEX triplet: 92, FF and D6. RGB value is (146,255,214). Sum of RGB (Red+Green+Blue) = 146+255+214=615 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.74% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FFD6 is #6D0029. Grayscale: #D9D9D9. Windows color (decimal): -7143466 or 14090130. OLE color: 14090130.

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

Color convert

RGB146255214-
CMYK0.4300.160
HSL157.43º100%78.63%-
HSV(B)157.43º42.75%100%-
XYZ59.7582.4976.39-
YUV217.74125.8976.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.74%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 214 (83.98% from 255) = 34.80%
R=23.74%
G=41.46%
B=34.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462552140.4300.160157.4310078.63
Hex92FFD62B01009d644f
Octal222377326530200235144117
Binary10010010111111111101011010101101000001001110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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