#A5F8CF

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

Shades of Magic Mint #A5F8CF

Tints of Magic Mint #A5F8CF

Color information

#A5F8CF (or 0xA5F8CF) is unknown color: approx Magic Mint. HEX triplet: A5, F8 and CF. RGB value is (165,248,207). Sum of RGB (Red+Green+Blue) = 165+248+207=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F8CF is #5A0730. Grayscale: #DADADA. Windows color (decimal): -5900081 or 13629605. OLE color: 13629605.

HSL color Cylindrical-coordinate representation of color #A5F8CF: hue angle of 150.36º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8CF is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB165248207-
CMYK0.3300.170.03
HSL150.36º85.57%80.98%-
HSV(B)150.36º33.47%97.25%-
XYZ60.3579.6471.22-
YUV218.51121.589.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 248 (97.27% from 255) = 40%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=26.61%
G=40%
B=33.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652482070.3300.170.03150.3685.5780.98
HexA5F8CF210113965651
Octal245370317410213226126121
Binary101001011111100011001111100001010001111001011010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F8CF; }

 p { color: rgb(165,248,207); }

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

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

 a { background-color: rgb(165,248,207); }

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

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

 span { border-color: rgb(165,248,207); }

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