#A5FBC4

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

Shades of Magic Mint #A5FBC4

Tints of Magic Mint #A5FBC4

Color information

#A5FBC4 (or 0xA5FBC4) is unknown color: approx Magic Mint. HEX triplet: A5, FB and C4. RGB value is (165,251,196). Sum of RGB (Red+Green+Blue) = 165+251+196=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBC4 is #5A043B. Grayscale: #DBDBDB. Windows color (decimal): -5899324 or 12909477. OLE color: 12909477.

HSL color Cylindrical-coordinate representation of color #A5FBC4: hue angle of 141.63º 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 #A5FBC4 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB165251196-
CMYK0.3400.220.02
HSL141.63º91.49%81.57%-
HSV(B)141.63º34.26%98.43%-
XYZ59.9880.9864.69-
YUV219.02115.0189.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.96%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=26.96%
G=41.01%
B=32.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652511960.3400.220.02141.6391.4981.57
HexA5FBC42201628e5b52
Octal245373304420262216133122
Binary101001011111101111000100100010010110101000111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBC4; }

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

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

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

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

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

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

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

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