#A3FBCC

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

Shades of Magic Mint #A3FBCC

Tints of Magic Mint #A3FBCC

Color information

#A3FBCC (or 0xA3FBCC) is unknown color: approx Magic Mint. HEX triplet: A3, FB and CC. RGB value is (163,251,204). Sum of RGB (Red+Green+Blue) = 163+251+204=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBCC is #5C0433. Grayscale: #DBDBDB. Windows color (decimal): -6030388 or 13433763. OLE color: 13433763.

HSL color Cylindrical-coordinate representation of color #A3FBCC: hue angle of 147.95º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FBCC is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB163251204-
CMYK0.3500.190.02
HSL147.95º91.67%81.18%-
HSV(B)147.95º35.06%98.43%-
XYZ60.581.1469.6-
YUV219.33119.3587.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.38%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=26.38%
G=40.61%
B=33.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632512040.3500.190.02147.9591.6781.18
HexA3FBCC230132945c51
Octal243373314430232224134121
Binary101000111111101111001100100011010011101001010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FBCC; }

 p { color: rgb(163,251,204); }

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

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

 a { background-color: rgb(163,251,204); }

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

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

 span { border-color: rgb(163,251,204); }

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