#A5FBCE

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

Shades of Magic Mint #A5FBCE

Tints of Magic Mint #A5FBCE

Color information

#A5FBCE (or 0xA5FBCE) is unknown color: approx Magic Mint. HEX triplet: A5, FB and CE. RGB value is (165,251,206). Sum of RGB (Red+Green+Blue) = 165+251+206=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBCE is #5A0431. Grayscale: #DCDCDC. Windows color (decimal): -5899314 or 13564837. OLE color: 13564837.

HSL color Cylindrical-coordinate representation of color #A5FBCE: hue angle of 148.6º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBCE is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB165251206-
CMYK0.3400.180.02
HSL148.6º91.49%81.57%-
HSV(B)148.6º34.26%98.43%-
XYZ61.1581.4570.89-
YUV220.16120.0188.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.53%
GREEN value IS 251 (98.44% from 255) = 40.35%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=26.53%
G=40.35%
B=33.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652512060.3400.180.02148.691.4981.57
HexA5FBCE220122955b52
Octal245373316420222225133122
Binary101001011111101111001110100010010010101001010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBCE; }

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

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

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

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

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

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

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

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