#92fbce

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

Shades of Aquamarine #92FBCE

Tints of Aquamarine #92FBCE

Color information

#92FBCE (or 0x92FBCE) is unknown color: approx Aquamarine. HEX triplet: 92, FB and CE. RGB value is (146,251,206). Sum of RGB (Red+Green+Blue) = 146+251+206=603 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.21% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FBCE is #6D0431. Grayscale: #D6D6D6. Windows color (decimal): -7144498 or 13564818. OLE color: 13564818.

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

Color convert

RGB146251206-
CMYK0.4200.180.02
HSL154.29º92.92%77.84%-
HSV(B)154.29º41.83%98.43%-
XYZ57.4979.5670.72-
YUV214.48123.2179.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.21%
GREEN value IS 251 (98.44% from 255) = 41.63%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=24.21%
G=41.63%
B=34.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462512060.4200.180.02154.2992.9277.84
Hex92FBCE2A01229a5d4e
Octal222373316520222232135116
Binary100100101111101111001110101010010010101001101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92fbce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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