#A5FBC1

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

Shades of Magic Mint #A5FBC1

Tints of Magic Mint #A5FBC1

Color information

#A5FBC1 (or 0xA5FBC1) is unknown color: approx Magic Mint. HEX triplet: A5, FB and C1. RGB value is (165,251,193). Sum of RGB (Red+Green+Blue) = 165+251+193=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBC1 is #5A043E. Grayscale: #DADADA. Windows color (decimal): -5899327 or 12712869. OLE color: 12712869.

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

Color convert

RGB165251193-
CMYK0.3400.230.02
HSL139.53º91.49%81.57%-
HSV(B)139.53º34.26%98.43%-
XYZ59.6480.8462.91-
YUV218.67113.5189.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.09%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=27.09%
G=41.22%
B=31.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652511930.3400.230.02139.5391.4981.57
HexA5FBC12201728c5b52
Octal245373301420272214133122
Binary101001011111101111000001100010010111101000110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBC1; }

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

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

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

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

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

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

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

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