#92F8BF

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

Shades of Magic Mint #92F8BF

Tints of Magic Mint #92F8BF

Color information

#92F8BF (or 0x92F8BF) is unknown color: approx Magic Mint. HEX triplet: 92, F8 and BF. RGB value is (146,248,191). Sum of RGB (Red+Green+Blue) = 146+248+191=585 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.96% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F8BF is #6D0740. Grayscale: #D3D3D3. Windows color (decimal): -7145281 or 12581010. OLE color: 12581010.

HSL color Cylindrical-coordinate representation of color #92F8BF: hue angle of 146.47º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F8BF is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB146248191-
CMYK0.4100.230.03
HSL146.47º87.93%77.25%-
HSV(B)146.47º41.13%97.25%-
XYZ54.8377.0161.26-
YUV211116.7181.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.96%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 191 (75% from 255) = 32.65%
R=24.96%
G=42.39%
B=32.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462481910.4100.230.03146.4787.9377.25
Hex92F8BF29017392584d
Octal222370277510273222130115
Binary100100101111100010111111101001010111111001001010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,248,191); }

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

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

 a { background-color: rgb(146,248,191); }

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

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

 span { border-color: rgb(146,248,191); }

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