#92FBD7

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

Shades of Aquamarine #92FBD7

Tints of Aquamarine #92FBD7

Color information

#92FBD7 (or 0x92FBD7) is unknown color: approx Aquamarine. HEX triplet: 92, FB and D7. RGB value is (146,251,215). Sum of RGB (Red+Green+Blue) = 146+251+215=612 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.86% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FBD7 is #6D0428. Grayscale: #D7D7D7. Windows color (decimal): -7144489 or 14154642. OLE color: 14154642.

HSL color Cylindrical-coordinate representation of color #92FBD7: hue angle of 159.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 #92FBD7 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB146251215-
CMYK0.4200.140.02
HSL159.43º92.92%77.84%-
HSV(B)159.43º41.83%98.43%-
XYZ58.6280.0176.64-
YUV215.5127.7178.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.86%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=23.86%
G=41.01%
B=35.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462512150.4200.140.02159.4392.9277.84
Hex92FBD72A0E29f5d4e
Octal222373327520162237135116
Binary10010010111110111101011110101001110101001111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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